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:
parent
501668ee0a
commit
fcc76325ef
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user