Skip to content

Commit

Permalink
Revert "pythonPackages.argparse: only for Python < 2.7"
Browse files Browse the repository at this point in the history
Mass-rebuild, goes into staging.

This reverts commit bee23d7.
  • Loading branch information
FRidh committed Feb 12, 2017
1 parent af9857e commit 543721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -1321,7 +1321,7 @@ in {

};

argparse = if (pythonAtLeast "2.7") then null else buildPythonPackage (rec {
argparse = buildPythonPackage (rec {
name = "argparse-1.4.0";

src = pkgs.fetchurl {
Expand Down

0 comments on commit 543721d

Please sign in to comment.