gnu: awscli: Do not propagate inputs.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Move all inputs from here... [inputs]: ...to here.master
parent
21cd4c704e
commit
fc89b50b7b
|
@ -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
|
||||
|
|
Reference in New Issue