awscli: fix missing groff runtime dependency
This commit is contained in:
parent
6180d44982
commit
4451de5c52
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip, pythonPackages }:
|
||||
{ stdenv, fetchzip, pythonPackages, groff }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "awscli-${version}";
|
||||
@ -18,6 +18,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.docutils
|
||||
pythonPackages.rsa
|
||||
pythonPackages.pyasn1
|
||||
groff
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user