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 16:03:01 +0100
committerFelix Buehler <account@buehler.rocks>2024-01-07 16:03:01 +0100
commit6f4d11dcc38280b86f082ddcb70d9425ef2f57d0 (patch)
treea9c53dbee6ca9b3d93de01247d40de0d255b3a8b /pkgs/applications/misc/openlp
parent5570f4ba1eeacb9d5be7daba5a381fecf5c45081 (diff)
python311Packages.pyqt5-webkit: rename from pyqt5_with_qtwebkit
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 045211c3af6a6..bf58f18fb3c32 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_4, sqlalchemy, sqlalchemy-migrate
+, pyqt5-webkit, pyxdg, sip_4, sqlalchemy, sqlalchemy-migrate
 }:
 
 buildPythonPackage rec {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
     lxml
     mako
     pyenchant
-    pyqt5_with_qtwebkit
+    pyqt5-webkit
     pyxdg
     sip_4
     sqlalchemy