Skip to content

Commit

Permalink
amazon-glacier-cmd-interface: fix missing argparse dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 18, 2017
1 parent 4c4b102 commit 3a15cde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/tools/backup/amazon-glacier-cmd-interface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ python2Packages.buildPythonApplication rec {
sha256 = "1k5z8kda9v6klr4536pf5qbq9zklxvyysv7nc48gllschl09jywc";
};

# argparse is part of the standardlib
prePatch = ''
substituteInPlace setup.py --replace "'argparse'," ""
'';

propagatedBuildInputs = with python2Packages; [
argparse
boto
dateutil
prettytable
Expand Down

0 comments on commit 3a15cde

Please sign in to comment.