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:
commit
1171166518
|
@ -47,7 +47,7 @@ python.stdenv.mkDerivation (attrs // {
|
|||
|
||||
buildInputStrings = map toString buildInputs;
|
||||
|
||||
builder = ./builder.sh
|
||||
builder = ./builder.sh;
|
||||
|
||||
pythonPath = [ setuptools] ++ pythonPath;
|
||||
|
||||
|
|
Loading…
Reference in a new issue