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
|
||||
(inherit base)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; Do not require the unmaintained pyqi library.
|
||||
(add-after 'unpack 'remove-pyqi
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("install_requires.append\\(\"pyqi\"\\)") "pass"))
|
||||
#t)))
|
||||
,@(package-arguments base))))))
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
;; Do not require the unmaintained pyqi library.
|
||||
(add-after 'unpack 'remove-pyqi
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("install_requires.append\\(\"pyqi\"\\)") "pass"))
|
||||
#t)))))))))
|
||||
|
||||
(define-public bioperl-minimal
|
||||
(let* ((inputs `(("perl-module-build" ,perl-module-build)
|
||||
|
|
Loading…
Reference in New Issue