awscli: fix missing groff runtime dependency

This commit is contained in:
muflax 2015-01-09 22:35:59 +00:00
parent 6180d44982
commit 4451de5c52

View file

@ -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 = {