me
/
guix
Archived
1
0
Fork 0

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.
Christopher Baines 2023-07-17 09:06:34 +01:00
parent 728ed83188
commit 54a74d35e6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 6 additions and 5 deletions

View File

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