mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-mbecs: Fix indentation.
* gnu/packages/bioconductor.scm (r-mbecs)[arguments]: Adjust indentation and spelling of comment.
This commit is contained in:
parent
d019053aca
commit
93804e978f
1 changed files with 1 additions and 1 deletions
|
@ -10135,7 +10135,7 @@ (define-public r-mbecs
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue