mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
69e0e03c36
commit
14bda1ff49
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ (define-public deeptools
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
(propagated-inputs
|
||||
(inputs
|
||||
`(("python-scipy" ,python2-scipy)
|
||||
("python-numpy" ,python2-numpy)
|
||||
("python-matplotlib" ,python2-matplotlib)
|
||||
|
|
Loading…
Reference in a new issue