gnu: idr: Correct inputs.
* gnu/packages/bioinformatics.scm (idr)[inputs]: Move everything from here ... [propagated-inputs]: ... to here. Add python-sympy.
This commit is contained in:
parent
1c10a1d75c
commit
b7a820fc97
|
@ -2900,8 +2900,9 @@ data. It also provides the bgzip, htsfile, and tabix utilities.")
|
||||||
(wrap-program (string-append out "/bin/idr")
|
(wrap-program (string-append out "/bin/idr")
|
||||||
`("PYTHONPATH" ":" prefix (,path))))
|
`("PYTHONPATH" ":" prefix (,path))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("python-scipy" ,python-scipy)
|
`(("python-scipy" ,python-scipy)
|
||||||
|
("python-sympy" ,python-sympy)
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
("python-matplotlib" ,python-matplotlib)))
|
("python-matplotlib" ,python-matplotlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue