about summary refs log tree commit diff
path: root/pkgs/applications/misc/openlp
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-05-03 13:43:20 +0200
committerEduardo Sánchez Muñoz <esm@eduardosm.net>2021-05-10 20:41:38 +0200
commit08a26e45796e456278d75201fadb2498fe08dd7d (patch)
tree58eb68879cc578e4ab2176983051f3394b55e040 /pkgs/applications/misc/openlp
parent4f675ad255bfe13f7fe350af50f44137550da537 (diff)
pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
Diffstat (limited to 'pkgs/applications/misc/openlp')
-rw-r--r--pkgs/applications/misc/openlp/lib.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/openlp/lib.nix b/pkgs/applications/misc/openlp/lib.nix
index 6f0634b5c9345..c044e76c597d8 100644
--- a/pkgs/applications/misc/openlp/lib.nix
+++ b/pkgs/applications/misc/openlp/lib.nix
@@ -5,7 +5,7 @@
 # python deps
 , python, buildPythonPackage
 , alembic, beautifulsoup4, chardet, lxml, Mako, pyenchant
-, pyqt5_with_qtwebkit, pyxdg, sip, sqlalchemy, sqlalchemy_migrate
+, pyqt5_with_qtwebkit, pyxdg, sip_4, sqlalchemy, sqlalchemy_migrate
 }:
 
 buildPythonPackage rec {
@@ -41,7 +41,7 @@ buildPythonPackage rec {
     pyenchant
     pyqt5_with_qtwebkit
     pyxdg
-    sip
+    sip_4
     sqlalchemy
     sqlalchemy_migrate
   ];