rekado pushed a commit to branch master
in repository guix.
commit fc89b50b7bb2edbc38b20adf8c899934dedcb6c3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Apr 13 09:26:47 2022 +0200
gnu: awscli: Do not propagate inputs.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Move all inputs
from here...
[inputs]: ...to here.
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index da83646f95..f1990b2b0b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2893,7 +2893,7 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
(("raise ExecutableNotFoundError\\('groff'\\)") "")
(("cmdline = \\['groff'")
(string-append "cmdline = ['" (which "groff") "'"))))))))
- (propagated-inputs
+ (inputs
(list python-colorama-for-awscli
python-botocore-for-awscli
python-s3transfer