mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
pythonPackages.sip: change module name
See https://github.com/NixOS/nixpkgs/pull/49400
This commit is contained in:
parent
b3ad548f0b
commit
b569b87d4a
@ -14,6 +14,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
${python.executable} ./configure.py \
|
${python.executable} ./configure.py \
|
||||||
|
--sip-module PyQt5.sip \
|
||||||
-d $out/lib/${python.libPrefix}/site-packages \
|
-d $out/lib/${python.libPrefix}/site-packages \
|
||||||
-b $out/bin -e $out/include
|
-b $out/bin -e $out/include
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user