diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-13 09:26:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-13 09:26:47 +0200 |
commit | fc89b50b7bb2edbc38b20adf8c899934dedcb6c3 (patch) | |
tree | 4fe4e269f9a8ee413b0375cc25c15ca0dfbf87d5 /gnu/packages/python-web.scm | |
parent | 21cd4c704e3c75e89b5760157d61060787dcb71f (diff) |
gnu: awscli: Do not propagate inputs.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Move all inputs
from here...
[inputs]: ...to here.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |