diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-01 09:21:57 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-01 09:21:57 +0200 |
commit | 93804e978fc89070470a5df580ee1187ac6145ea (patch) | |
tree | b627495cc071c87fac36ed47511594a0620d7405 /gnu/packages | |
parent | d019053acaa7134dc33777765e50f5df38efb244 (diff) |
gnu: r-mbecs: Fix indentation.
* gnu/packages/bioconductor.scm (r-mbecs)[arguments]: Adjust indentation and
spelling of comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index a99b6e2b54..1a6665e842 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10135,7 +10135,7 @@ processing to visualization and annotation.") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'set-HOME - ;; Fontconfig needs an writable cache + ;; Fontconfig needs a writable cache (lambda _ (setenv "HOME" "/tmp")))))) (propagated-inputs (list r-cluster |