summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorrewine <lhongxu@outlook.com>2023-07-18 09:28:51 +0800
committerrewine <lhongxu@outlook.com>2023-07-18 09:29:12 +0800
commite3932a3040ee82717ca0c17afc29c97378629c21 (patch)
treebd35444aed0c0606b6cb63c9de3e831f4f406769 /pkgs
parent9f57f0f31df8e35a40c2cbb3346f41c33cef8914 (diff)
pineapple-pictures: support wayland
fix: Could not find the Qt platform plugin "wayland" in ""
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/pineapple-pictures/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/pineapple-pictures/default.nix b/pkgs/applications/graphics/pineapple-pictures/default.nix
index 61dca70c2a501..131dd4457d589 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
   ];