Revert "pysite support for pythonXYFull wrapper"

This reverts commit f77b9a16a9ef52951a601997593dc557a42660b9.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32653
This commit is contained in:
Florian Friesdorf 2012-02-28 00:07:23 +00:00
parent 2ea5e2b576
commit bf1fe3aa09
2 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -7,7 +7,6 @@ stdenv.mkDerivation {
name = "python-${python.version}-wrapper";
buildInputs = [ makeWrapper ];
builder = ./wrapper-builder.sh;
propagatedBuildInputs = [ python ] ++ extraLibs;
unpackPhase = "true";