mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: pigx-chipseq: Set HOME.
* gnu/packages/bioinformatics.scm (pigx-chipseq)[arguments]: Add phase 'pre-check. Change-Id: Ia95db9209b5ea0cb340f9827197bdcc851266961
This commit is contained in:
parent
b0aaf60a38
commit
c80e1e958b
1 changed files with 5 additions and 1 deletions
|
@ -18148,7 +18148,11 @@ expression report comparing samples in an easily configurable manner.")
|
|||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'set-PYTHONPATH
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH" (getenv "GUIX_PYTHONPATH")))))))
|
||||
(setenv "PYTHONPATH" (getenv "GUIX_PYTHONPATH"))))
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _
|
||||
;; Needed for tests
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(inputs
|
||||
(list grep
|
||||
coreutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue