gnu: pigx-bsseq: Set HOME.

* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Add phase 'pre-check.

Change-Id: Ic88976554e6e7c7955ae9ab4f0232330060446c9
This commit is contained in:
Ricardo Wurmus 2025-05-10 21:41:50 +02:00
parent c80e1e958b
commit d6f9f9b585
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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