diff options
-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 |