From 08a26e45796e456278d75201fadb2498fe08dd7d Mon Sep 17 00:00:00 2001 From: Eduardo Sánchez Muñoz Date: Mon, 3 May 2021 13:43:20 +0200 Subject: pythonPackages.sip: rename to sip_4 sip 4 is the old and unmaintained version --- pkgs/applications/networking/gns3/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking/gns3/gui.nix') diff --git a/pkgs/applications/networking/gns3/gui.nix b/pkgs/applications/networking/gns3/gui.nix index f206c645ae2..5f5594c0537 100644 --- a/pkgs/applications/networking/gns3/gui.nix +++ b/pkgs/applications/networking/gns3/gui.nix @@ -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 -- cgit 1.4.1