summaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/openlp/lib.nix
diff options
context:
space:
mode:
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 6f0634b5c934..c044e76c597d 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
];