clean setuptools from colliding files - it is not using buildPythonPkg
svn path=/nixpkgs/branches/stdenv-updates/; revision=32581
This commit is contained in:
parent
6ccd671e5b
commit
8adcbec448
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $dst
|
||||
PYTHONPATH=$dst:$PYTHONPATH
|
||||
python setup.py install --prefix=$out
|
||||
# remove generic files, leave setuptools.pth
|
||||
rm $dst/site.py*
|
||||
rm $dst/easy-install.pth
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user