From e3932a3040ee82717ca0c17afc29c97378629c21 Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 18 Jul 2023 09:28:51 +0800 Subject: [PATCH] pineapple-pictures: support wayland fix: Could not find the Qt platform plugin "wayland" in "" --- pkgs/applications/graphics/pineapple-pictures/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/pineapple-pictures/default.nix b/pkgs/applications/graphics/pineapple-pictures/default.nix index 61dca70c2a50..131dd4457d58 100644 --- a/pkgs/applications/graphics/pineapple-pictures/default.nix +++ b/pkgs/applications/graphics/pineapple-pictures/default.nix @@ -2,6 +2,7 @@ , stdenv , fetchFromGitHub , qtsvg +, qtwayland , qttools , exiv2 , wrapQtAppsHook @@ -27,6 +28,7 @@ stdenv.mkDerivation rec { buildInputs = [ qtsvg + qtwayland exiv2 ];