~ruther/guix-local

c6bf89cff07802f5ebc7f1b1deb2e390641ec1b6 — Ricardo Wurmus 4 years ago b72f525
gnu: pigx-rnaseq: Fix Python module capture.

The build system expects all Python modules to be on PYTHONPATH.

* gnu/packages/bioinformatics.scm (pigx-rnaseq)[arguments]: Set PYTHONPATH
variable in new build phase.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +3 -0
@@ 10895,6 10895,9 @@ once.  This package provides tools to perform Drop-seq analyses.")
         (add-before 'bootstrap 'autoreconf
           (lambda _
             (invoke "autoreconf" "-vif")))
         (add-before 'configure 'set-PYTHONPATH
           (lambda _
             (setenv "PYTHONPATH" (getenv "GUIX_PYTHONPATH"))))
         (add-before 'check 'set-timezone
           ;; The readr package is picky about timezones.
           (lambda* (#:key inputs #:allow-other-keys)