guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57414] [PATCH 1/2] gnu: snakemake-6: Convert dependencies to propag


From: Konrad Hinsen
Subject: [bug#57414] [PATCH 1/2] gnu: snakemake-6: Convert dependencies to propagated-inputs
Date: Thu, 25 Aug 2022 20:46:59 +0200

* gnu/packages/python-xyz.scm (snakemake-6): Ensure that
"python -m snakemake" works (because snakemake uses it internally)
---
 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 cb3eba77aa..69e3b42927 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9733,7 +9733,7 @@ (define-public snakemake-6
                ;; 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
-- 
2.37.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]