about summary refs log tree commit diff
path: root/pkgs/applications/misc/openlp/lib.nix
diff options
context:
space:
mode:
authorFelix Bühler <Stunkymonkey@users.noreply.github.com>2024-01-14 13:16:56 +0100
committerGitHub <noreply@github.com>2024-01-14 13:16:56 +0100
commite0fe5361fd5f089917e12e5376de26daf7840ef5 (patch)
tree534197f3e5b6d61560194e91fa2f40e1a43c73ca /pkgs/applications/misc/openlp/lib.nix
parent214925a2d30311d8bc23a9a4936ea6c36d9ef09a (diff)
parenta69b0e8a684916ba0dc9606048518e9753a7888d (diff)
downloadnixlib-e0fe5361fd5f089917e12e5376de26daf7840ef5.tar
nixlib-e0fe5361fd5f089917e12e5376de26daf7840ef5.tar.gz
nixlib-e0fe5361fd5f089917e12e5376de26daf7840ef5.tar.bz2
nixlib-e0fe5361fd5f089917e12e5376de26daf7840ef5.tar.lz
nixlib-e0fe5361fd5f089917e12e5376de26daf7840ef5.tar.xz
nixlib-e0fe5361fd5f089917e12e5376de26daf7840ef5.tar.zst
nixlib-e0fe5361fd5f089917e12e5376de26daf7840ef5.zip
Merge pull request #279367 from Stunkymonkey/sip4-normalize
python311Packages.sip4: rename from sip_4
Diffstat (limited to 'pkgs/applications/misc/openlp/lib.nix')
-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 bf58f18fb3c3..ea22f54ac022 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
   ];