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:
Marius Bakke 2016-12-16 13:11:20 +01:00
parent 1c10a1d75c
commit b7a820fc97
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2900,8 +2900,9 @@ (define-public idr
(wrap-program (string-append out "/bin/idr")
`("PYTHONPATH" ":" prefix (,path))))
#t)))))
(inputs
(propagated-inputs
`(("python-scipy" ,python-scipy)
("python-sympy" ,python-sympy)
("python-numpy" ,python-numpy)
("python-matplotlib" ,python-matplotlib)))
(native-inputs