From ea9e8f83442cc83db3c44060b65dddf2ca841457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 30 Sep 2023 10:32:59 -0700 Subject: [PATCH] libsForQt5.mauiPackages.booth: depends on prison Otherwise it fails to launch with qrc:/views/CameraPage.qml:15:1: module "org.kde.prison.scanner" is not installed --- pkgs/applications/maui/booth.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/maui/booth.nix b/pkgs/applications/maui/booth.nix index 0f753832ad14..f82055895854 100644 --- a/pkgs/applications/maui/booth.nix +++ b/pkgs/applications/maui/booth.nix @@ -7,6 +7,7 @@ , kirigami2 , mauikit , mauikit-filebrowsing +, prison , qtgraphicaleffects , qtmultimedia , qtquickcontrols2 @@ -27,6 +28,7 @@ mkDerivation { kirigami2 mauikit mauikit-filebrowsing + prison qtgraphicaleffects qtmultimedia qtquickcontrols2