~ruther/guix-local

f127bce3ecf4964d0733537b32266f93d816b6b5 — Ricardo Wurmus 4 years ago c6bf89c
gnu: pigx-chipseq: Fix Python module capture.

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

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

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -1
@@ 10972,7 10972,10 @@ expression report comparing samples in an easily configurable manner.")
       (modify-phases %standard-phases
         (add-before 'bootstrap 'autoreconf
           (lambda _
             (invoke "autoreconf" "-vif"))))))
             (invoke "autoreconf" "-vif")))
         (add-before 'configure 'set-PYTHONPATH
           (lambda _
             (setenv "PYTHONPATH" (getenv "GUIX_PYTHONPATH")))))))
    (inputs
     (list grep
           coreutils