gnu: python-pysam: Move cython and setuptools to native inputs.
* gnu/packages/bioinformatics.scm (python-pysam)[inputs]: Move "python-cython" and "python-setuptools" from here... [native-inputs]: ... to here.
This commit is contained in:
parent
3acb8c857c
commit
649e9b3b47
@ -859,10 +859,11 @@ multiple sequence alignments.")
|
||||
(setenv "CFLAGS" "-D_CURSES_LIB=1"))
|
||||
%standard-phases)))
|
||||
(inputs
|
||||
`(("python-cython" ,python-cython)
|
||||
("python-setuptools" ,python-setuptools)
|
||||
("ncurses" ,ncurses)
|
||||
`(("ncurses" ,ncurses)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("python-cython" ,python-cython)
|
||||
("python-setuptools" ,python-setuptools)))
|
||||
(home-page "https://github.com/pysam-developers/pysam")
|
||||
(synopsis "Python bindings to the SAMtools C API")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user