gnu: deeptools: Change "propagated-inputs" to "inputs".

* gnu/packages/bioinformatics.scm (deeptools)[propagated-inputs]: Move
all inputs from here...
[inputs]: ...to here.
This commit is contained in:
Ricardo Wurmus 2016-02-29 14:38:57 +01:00
parent 69e0e03c36
commit 14bda1ff49
1 changed files with 1 additions and 1 deletions

View File

@ -1251,7 +1251,7 @@ accessing bigWig files.")
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2)) `(#:python ,python-2))
(propagated-inputs (inputs
`(("python-scipy" ,python2-scipy) `(("python-scipy" ,python2-scipy)
("python-numpy" ,python2-numpy) ("python-numpy" ,python2-numpy)
("python-matplotlib" ,python2-matplotlib) ("python-matplotlib" ,python2-matplotlib)