1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 23:18:53 +02:00

gnu: snakemake-6: Convert dependencies to propagated-inputs

* gnu/packages/python-xyz.scm (snakemake-6)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Konrad Hinsen
2022-08-25 20:46:59 +02:00
committed by Marius Bakke
parent 5831155175
commit 6a31fb6e7b
+1 -1
View File
@@ -9688,7 +9688,7 @@ Python style, together with a fast and comfortable execution environment.")
;; because there are no AWS credentials.
(delete-file "tests/test_tibanna.py")
(invoke "pytest")))))))
(inputs
(propagated-inputs
(list python-appdirs
python-configargparse
python-connection-pool