about summary refs log tree commit diff
path: root/pkgs/applications/misc/openlp
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2024-01-07 14:11:10 +0100
committerFelix Buehler <account@buehler.rocks>2024-01-10 22:50:20 +0100
commita69b0e8a684916ba0dc9606048518e9753a7888d (patch)
tree79ed5c0744850cb1463beb5e052a369ba42c535a /pkgs/applications/misc/openlp
parent5fcfdd4990ab907895fe9bcb1e2e4083d92ca670 (diff)
python311Packages.sip4: rename from sip_4
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 bf58f18fb3c32..ea22f54ac022e 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-webkit, pyxdg, sip_4, sqlalchemy, sqlalchemy-migrate
+, pyqt5-webkit, pyxdg, sip4, sqlalchemy, sqlalchemy-migrate
 }:
 
 buildPythonPackage rec {
@@ -41,7 +41,7 @@ buildPythonPackage rec {
     pyenchant
     pyqt5-webkit
     pyxdg
-    sip_4
+    sip4
     sqlalchemy
     sqlalchemy-migrate
   ];