1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Merge branch 'py/offline-distutils' into python-merge

This commit is contained in:
Florian Friesdorf 2012-11-23 17:39:23 +01:00
commit 1171166518

View file

@ -47,7 +47,7 @@ python.stdenv.mkDerivation (attrs // {
buildInputStrings = map toString buildInputs;
builder = ./builder.sh
builder = ./builder.sh;
pythonPath = [ setuptools] ++ pythonPath;