mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pigx-bsseq: Set HOME.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Add phase 'pre-check. Change-Id: Ic88976554e6e7c7955ae9ab4f0232330060446c9
This commit is contained in:
parent
c80e1e958b
commit
d6f9f9b585
1 changed files with 5 additions and 1 deletions
|
@ -18244,7 +18244,11 @@ in an easily configurable manner.")
|
|||
(setenv "TZ" "UTC+1")
|
||||
(setenv "TZDIR"
|
||||
(search-input-directory inputs
|
||||
"share/zoneinfo")))))))
|
||||
"share/zoneinfo"))))
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _
|
||||
;; Needed for tests
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list tzdata-for-tests))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue