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 = ''
|
||||
${python.executable} ./configure.py \
|
||||
--sip-module PyQt5.sip \
|
||||
-d $out/lib/${python.libPrefix}/site-packages \
|
||||
-b $out/bin -e $out/include
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user