gnu: python2-biom-format: Fix build.
This is a follow-up to commit 239716fb0b
.
* gnu/packages/bioinformatics.scm (python2-biom-format)[arguments]: Modify
phases of base package.
This commit is contained in:
parent
4715d4af17
commit
d9ba126d17
|
@ -753,15 +753,15 @@ e.g. microbiome samples, genomes, metagenomes.")
|
||||||
(package
|
(package
|
||||||
(inherit base)
|
(inherit base)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(substitute-keyword-arguments (package-arguments base)
|
||||||
(modify-phases %standard-phases
|
((#:phases phases)
|
||||||
;; Do not require the unmaintained pyqi library.
|
`(modify-phases ,phases
|
||||||
(add-after 'unpack 'remove-pyqi
|
;; Do not require the unmaintained pyqi library.
|
||||||
(lambda _
|
(add-after 'unpack 'remove-pyqi
|
||||||
(substitute* "setup.py"
|
(lambda _
|
||||||
(("install_requires.append\\(\"pyqi\"\\)") "pass"))
|
(substitute* "setup.py"
|
||||||
#t)))
|
(("install_requires.append\\(\"pyqi\"\\)") "pass"))
|
||||||
,@(package-arguments base))))))
|
#t)))))))))
|
||||||
|
|
||||||
(define-public bioperl-minimal
|
(define-public bioperl-minimal
|
||||||
(let* ((inputs `(("perl-module-build" ,perl-module-build)
|
(let* ((inputs `(("perl-module-build" ,perl-module-build)
|
||||||
|
|
Loading…
Reference in New Issue