pythonPackages.sip_5: rename to sip

This commit is contained in:
Eduardo Sánchez Muñoz
2021-05-10 20:41:38 +02:00
parent 08a26e4579
commit e02445f4d8
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ let
inherit (pythonPackages) buildPythonPackage python isPy3k dbus-python enum34;
sip = if isPy3k then
pythonPackages.sip_5
pythonPackages.sip
else
(pythonPackages.sip_4.override { sip-module = "PyQt5.sip"; }).overridePythonAttrs(oldAttrs: {
# If we install sip in another folder, then we need to create a __init__.py as well