mirror of
https://github.com/nix-community/dream2nix.git
synced 2025-01-06 05:58:34 +03:00
python: install with --no-build-isolation
This commit is contained in:
parent
1477c6d9d8
commit
da52cf49f4
@ -43,9 +43,7 @@
|
||||
format = "setuptools";
|
||||
buildInputs = pkgs.pythonManylinuxPackages.manylinux1;
|
||||
nativeBuildInputs = [pkgs.autoPatchelfHook];
|
||||
propagatedBuildInputs = [
|
||||
python.pkgs.setuptools
|
||||
];
|
||||
propagatedBuildInputs = [python.pkgs.setuptools];
|
||||
doCheck = false;
|
||||
dontStrip = true;
|
||||
preBuild = ''
|
||||
@ -60,6 +58,7 @@
|
||||
export PYTHONPATH="$out/${python.sitePackages}:$PYTHONPATH"
|
||||
${python}/bin/python -m pip install \
|
||||
./dist/*.{whl,tar.gz,zip} \
|
||||
--no-build-isolation \
|
||||
--no-index \
|
||||
--no-warn-script-location \
|
||||
--prefix="$out" \
|
||||
|
Loading…
Reference in New Issue
Block a user