mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05: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:
parent
728ed83188
commit
54a74d35e6
1 changed files with 6 additions and 5 deletions
|
@ -1411,11 +1411,12 @@ (define-public python-bcbio-gff
|
||||||
(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
|
||||||
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(inherit python-bcbio-gff)
|
(inherit python-bcbio-gff)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs python-bcbio-gff)
|
(modify-inputs (package-propagated-inputs python-bcbio-gff)
|
||||||
(replace "python-biopython" python-biopython-1.73)))))
|
(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
|
||||||
|
|
Loading…
Reference in a new issue