mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
parent
f348e6ff5a
commit
31c719cf8e
@ -20716,6 +20716,7 @@ in modules // {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
lndir ${self.pyqt4} $out
|
lndir ${self.pyqt4} $out
|
||||||
|
rm -rf "$out/nix-support"
|
||||||
cd Python
|
cd Python
|
||||||
${python.executable} ./configure-old.py \
|
${python.executable} ./configure-old.py \
|
||||||
--destdir $out/lib/${python.libPrefix}/site-packages/PyQt4 \
|
--destdir $out/lib/${python.libPrefix}/site-packages/PyQt4 \
|
||||||
|
Loading…
Reference in New Issue
Block a user