We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4c4b102 commit 3a15cdeCopy full SHA for 3a15cde
pkgs/tools/backup/amazon-glacier-cmd-interface/default.nix
@@ -11,8 +11,12 @@ python2Packages.buildPythonApplication rec {
11
sha256 = "1k5z8kda9v6klr4536pf5qbq9zklxvyysv7nc48gllschl09jywc";
12
};
13
14
+ # argparse is part of the standardlib
15
+ prePatch = ''
16
+ substituteInPlace setup.py --replace "'argparse'," ""
17
+ '';
18
+
19
propagatedBuildInputs = with python2Packages; [
- argparse
20
boto
21
dateutil
22
prettytable
0 commit comments