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"))))
|
||||
|
||||
(define-public python-bcbio-gff/biopython-1.73
|
||||
(package
|
||||
(inherit python-bcbio-gff)
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-bcbio-gff)
|
||||
(replace "python-biopython" python-biopython-1.73)))))
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit python-bcbio-gff)
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-bcbio-gff)
|
||||
(replace "python-biopython" python-biopython-1.73))))))
|
||||
|
||||
;; Note: the name on PyPi is "biofluff".
|
||||
(define-public python-biofluff
|
||||
|
|
Reference in New Issue