mbakke pushed a commit to branch master
in repository guix.

commit 6a31fb6e7b2bc6daba973d440ea4480d57ee6597
Author: Konrad Hinsen <[email protected]>
AuthorDate: Thu Aug 25 20:46:59 2022 +0200

    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 <[email protected]>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0accf918ee..a8248e3ec8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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

Reply via email to