* [bug#57415] [PATCH 2/2] gnu: snakemake-7: Convert dependencies to propagated-inputs
@ 2022-08-25 18:47 Konrad Hinsen
2022-08-29 16:12 ` bug#57415: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2022-08-25 18:47 UTC (permalink / raw)
To: 57415
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#57415: [PATCH 2/2] gnu: snakemake-7: Convert dependencies to propagated-inputs
2022-08-25 18:47 [bug#57415] [PATCH 2/2] gnu: snakemake-7: Convert dependencies to propagated-inputs Konrad Hinsen
@ 2022-08-29 16:12 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-29 16:12 UTC (permalink / raw)
To: Konrad Hinsen, 57415-done
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
Konrad Hinsen <konrad.hinsen@fastmail.net> skriver:
> * gnu/packages/python-xyz.scm (snakemake-7): Ensure that
> "python -m snakemake" works (because snakemake uses it internally)
Applied, thanks!
I took the liberty to add the missing [inputs], [arguments], etc fiels
to the commit message of these snakemake patches.
[-- 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:47 [bug#57415] [PATCH 2/2] gnu: snakemake-7: Convert dependencies to propagated-inputs Konrad Hinsen
2022-08-29 16:12 ` bug#57415: " Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.