mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
Revert "pysite support for pythonXYFull wrapper"
This reverts commit f77b9a16a9ef52951a601997593dc557a42660b9. svn path=/nixpkgs/branches/stdenv-updates/; revision=32653
This commit is contained in:
parent
2ea5e2b576
commit
bf1fe3aa09
@ -1,13 +0,0 @@
|
||||
source $stdenv/setup
|
||||
|
||||
preConfigure() {
|
||||
PYTHONPATH='$(
|
||||
# activate site if installed
|
||||
bindir=$(dirname "$0")
|
||||
pysite="$bindir/pysite"
|
||||
relpath=$(test -x "$pysite" && "$pysite" path)
|
||||
echo -n ${relpath:+"$relpath":}
|
||||
)'"$PYTHONPATH"
|
||||
}
|
||||
|
||||
genericBuild
|
@ -7,7 +7,6 @@ stdenv.mkDerivation {
|
||||
name = "python-${python.version}-wrapper";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
builder = ./wrapper-builder.sh;
|
||||
propagatedBuildInputs = [ python ] ++ extraLibs;
|
||||
|
||||
unpackPhase = "true";
|
||||
|
Loading…
Reference in New Issue
Block a user