Partial revert of b09f8110db
Didn't mean to commit this change Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
544475cb45
commit
06fe4d9904
@ -22,11 +22,6 @@
|
||||
rm -f "$out/bin/$prg"
|
||||
makeWrapper "${python}/bin/$prg" "$out/bin/$prg" --set PYTHONHOME "$out"
|
||||
done
|
||||
|
||||
if [ -f ${python}/nix-support/setup-hook ]; then
|
||||
mkdir -p $out/nix-support/
|
||||
ln -sv ${python}/nix-support/setup-hook $out/nix-support
|
||||
fi
|
||||
'' + postBuild;
|
||||
}) // {
|
||||
inherit python;
|
||||
|
Loading…
Reference in New Issue
Block a user