mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: nanopolish: Use python-wrapper.
* gnu/packages/bioinformatics.scm (nanopolish)[inputs]: Replace "python" with "python-wrapper" as scripts require "python" executable.
This commit is contained in:
parent
7c1685e9d8
commit
c5542196d5
1 changed files with 1 additions and 1 deletions
|
@ -14290,7 +14290,7 @@ (define-public nanopolish
|
|||
("hdf5" ,hdf5)
|
||||
("htslib" ,htslib)
|
||||
("perl" ,perl)
|
||||
("python" ,python)
|
||||
("python" ,python-wrapper)
|
||||
("python-biopython" ,python-biopython)
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-pysam" ,python-pysam)
|
||||
|
|
Loading…
Reference in a new issue