mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -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
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'set-HOME
|
(add-after 'unpack 'set-HOME
|
||||||
;; Fontconfig needs an writable cache
|
;; Fontconfig needs a writable cache
|
||||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cluster
|
(list r-cluster
|
||||||
|
|
Loading…
Reference in a new issue