unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57414] [PATCH 1/2] gnu: snakemake-6: Convert dependencies to propagated-inputs
@ 2022-08-25 18:46 Konrad Hinsen
  2022-08-29 16:11 ` bug#57414: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2022-08-25 18:46 UTC (permalink / raw)
  To: 57414

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57414: [PATCH 1/2] gnu: snakemake-6: Convert dependencies to propagated-inputs
  2022-08-25 18:46 [bug#57414] [PATCH 1/2] gnu: snakemake-6: Convert dependencies to propagated-inputs Konrad Hinsen
@ 2022-08-29 16:11 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-29 16:11 UTC (permalink / raw)
  To: Konrad Hinsen, 57414-done

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

Konrad Hinsen <konrad.hinsen@fastmail.net> skriver:

> * gnu/packages/python-xyz.scm (snakemake-6): Ensure that
> "python -m snakemake" works (because snakemake uses it internally)

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-29 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 18:46 [bug#57414] [PATCH 1/2] gnu: snakemake-6: Convert dependencies to propagated-inputs Konrad Hinsen
2022-08-29 16:11 ` bug#57414: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).