gnu: Hide python-bcbio-gff/biopython-1.73.
To avoid the ambiguous package specification. * gnu/packages/bioinformatics.scm (python-bcbio-gff/biopython-1.73): Hide package.
parent
728ed83188
commit
54a74d35e6
|
@ -1411,11 +1411,12 @@ Format (GFF) with Biopython integration.")
|
||||||
(license (license:non-copyleft "http://www.biopython.org/DIST/LICENSE"))))
|
(license (license:non-copyleft "http://www.biopython.org/DIST/LICENSE"))))
|
||||||
|
|
||||||
(define-public python-bcbio-gff/biopython-1.73
|
(define-public python-bcbio-gff/biopython-1.73
|
||||||
(package
|
(hidden-package
|
||||||
(inherit python-bcbio-gff)
|
(package
|
||||||
(propagated-inputs
|
(inherit python-bcbio-gff)
|
||||||
(modify-inputs (package-propagated-inputs python-bcbio-gff)
|
(propagated-inputs
|
||||||
(replace "python-biopython" python-biopython-1.73)))))
|
(modify-inputs (package-propagated-inputs python-bcbio-gff)
|
||||||
|
(replace "python-biopython" python-biopython-1.73))))))
|
||||||
|
|
||||||
;; Note: the name on PyPi is "biofluff".
|
;; Note: the name on PyPi is "biofluff".
|
||||||
(define-public python-biofluff
|
(define-public python-biofluff
|
||||||
|
|
Reference in New Issue