pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
This commit is contained in:
@@ -24,7 +24,7 @@ in python.pkgs.buildPythonPackage rec {
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
sentry-sdk psutil jsonschema # tox for check
|
||||
# Runtime dependencies
|
||||
sip (pyqt5.override { withWebSockets = true; }) distro setuptools
|
||||
sip_4 (pyqt5.override { withWebSockets = true; }) distro setuptools
|
||||
];
|
||||
|
||||
doCheck = false; # Failing
|
||||
|
||||
Reference in New Issue
Block a user