about summary refs log tree commit diff
path: root/pkgs/applications/maui
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-09-30 10:56:23 -0700
committerRobert Schütz <nix@dotlambda.de>2023-09-30 10:56:23 -0700
commitd50af9050e71d04ef8c75147ca7950a8cc11cc3f (patch)
tree59e9d4cfcf9368a0d3f73923a1ee909d5f6c7985 /pkgs/applications/maui
parent5fa870f832501c68256b1481964ec51304e27f67 (diff)
libsForQt5.mauiPackages.shelf: depends on mauikit-documents
Otherwise it fails to launch with

    qrc:/views/Viewer/Viewer.qml:8:1: module "org.mauikit.documents" is not installed
Diffstat (limited to 'pkgs/applications/maui')
-rw-r--r--pkgs/applications/maui/shelf.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/maui/shelf.nix b/pkgs/applications/maui/shelf.nix
index 3942b9a34d6a1..3ac804512531d 100644
--- a/pkgs/applications/maui/shelf.nix
+++ b/pkgs/applications/maui/shelf.nix
@@ -9,6 +9,7 @@
 , kio
 , kirigami2
 , mauikit
+, mauikit-documents
 , mauikit-filebrowsing
 , mauikit-texteditor
 , qtmultimedia
@@ -32,6 +33,7 @@ mkDerivation {
     kio
     kirigami2
     mauikit
+    mauikit-documents
     mauikit-filebrowsing
     mauikit-texteditor
     qtmultimedia