pypi2nix: should be using python35

This commit is contained in:
Rok Garbas 2016-07-15 06:39:10 +02:00
parent 4b8c31d981
commit 0ad8d0b127

View File

@ -5857,7 +5857,7 @@ in
pythonDocs = recurseIntoAttrs (callPackage ../development/interpreters/python/docs {});
pypi2nix = callPackage ../development/tools/pypi2nix { python = python27; };
pypi2nix = callPackage ../development/tools/pypi2nix { python = python35; };
svg2tikz = python27Packages.svg2tikz;