mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
pypi2nix: should be using python35
This commit is contained in:
parent
4b8c31d981
commit
0ad8d0b127
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user