pyqt*: fixup build to close #18250

I don't know why the builder uses `lndir ${dbus-python} $out`,
but this commit should work around the problem caused by
dbus-python starting to propagate some inputs.
This commit is contained in:
Vladimír Čunát 2016-09-03 16:53:10 +02:00
parent 501668ee0a
commit fcc76325ef
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ in mkPythonDerivation {
configurePhase = ''
mkdir -p $out
lndir ${dbus-python} $out
rm -rf "$out/nix-support"
export PYTHONPATH=$PYTHONPATH:$out/lib/${python.libPrefix}/site-packages

View file

@ -32,6 +32,7 @@ in mkPythonDerivation {
mkdir -p $out
lndir ${dbus-python} $out
rm -rf "$out/nix-support"
export PYTHONPATH=$PYTHONPATH:$out/lib/${python.libPrefix}/site-packages