gnu: cwltool: Do not propagate inputs.
* gnu/packages/bioinformatics.scm (cwltool)[propagated-inputs]: Move to ... [inputs]: ... here.
parent
57baf246e8
commit
aaa981f7c5
|
@ -3009,7 +3009,7 @@ and record oriented data modeling and the Semantic Web.")
|
||||||
;; Pytest doesn't know what to do with "-n auto"
|
;; Pytest doesn't know what to do with "-n auto"
|
||||||
(substitute* "tox.ini"
|
(substitute* "tox.ini"
|
||||||
(("-n auto") "")))))))
|
(("-n auto") "")))))))
|
||||||
(propagated-inputs
|
(inputs
|
||||||
(list python-argcomplete
|
(list python-argcomplete
|
||||||
python-bagit
|
python-bagit
|
||||||
python-coloredlogs
|
python-coloredlogs
|
||||||
|
|
Reference in New Issue