pythonPackages.sip: change module name

See https://github.com/NixOS/nixpkgs/pull/49400
This commit is contained in:
nyanloutre 2018-12-21 14:04:17 +01:00
parent b3ad548f0b
commit b569b87d4a

View File

@ -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
'';