GNU bug report logs - #57415
[PATCH 2/2] gnu: snakemake-7: Convert dependencies to propagated-inputs

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Thu, 25 Aug 2022 18:48:03 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: 57415 <at> debbugs.gnu.org
Subject: [bug#57415] [PATCH 2/2] gnu: snakemake-7: Convert dependencies to propagated-inputs
Date: Thu, 25 Aug 2022 20:47:32 +0200
* gnu/packages/python-xyz.scm (snakemake-7): 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 69e3b42927..31e13ad395 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9803,7 +9803,7 @@ (define-public snakemake-7
                ;; to the Google Storage service.
                (delete-file "tests/test_google_lifesciences.py")
                (invoke "pytest")))))))
-    (inputs
+    (propagated-inputs
      (list python-appdirs
            python-configargparse
            python-connection-pool
-- 
2.37.1





This bug report was last modified 2 years and 329 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.