1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

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.
This commit is contained in:
Christopher Baines
2023-07-17 09:06:34 +01:00
parent 728ed83188
commit 54a74d35e6

View File

@@ -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