pythonPackages.argparse: only for Python < 2.7

This commit is contained in:
Frederik Rietdijk 2017-02-12 10:27:36 +01:00
parent a74d1594f1
commit bee23d7dfc

View file

@ -1321,7 +1321,7 @@ in {
}; };
argparse = buildPythonPackage (rec { argparse = if (pythonAtLeast "2.7") then null else buildPythonPackage (rec {
name = "argparse-1.4.0"; name = "argparse-1.4.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {