about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-03 09:31:26 +0800
committerGitHub <noreply@github.com>2023-05-03 09:31:26 +0800
commit48205fb481c17d20143db702d755eeebb231a4dd (patch)
treef1ac81a045e6f9e122764f695e189aa16fc79dc8 /pkgs/applications/graphics
parent693bb10e11cf32195f207758f4e8cdad2412ddad (diff)
parent3fcbd8f3e918e330a81a664bf505cc122bc1e420 (diff)
Merge pull request #229445 from wineee/pineapple-pictures-0.6.9
pineapple-pictures: 0.6.6 -> 0.6.9
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/pineapple-pictures/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/pineapple-pictures/default.nix b/pkgs/applications/graphics/pineapple-pictures/default.nix
index ddbeb4caa42ee..21115e0c794c1 100644
--- a/pkgs/applications/graphics/pineapple-pictures/default.nix
+++ b/pkgs/applications/graphics/pineapple-pictures/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pineapple-pictures";
-  version = "0.6.6";
+  version = "0.6.9";
 
   src = fetchFromGitHub {
     owner = "BLumia";
     repo = "pineapple-pictures";
     rev = version;
-    sha256 = "sha256-p51FlCeViDRNGUDN//IT4bLJpP2kU0CC67BCAlm0rYk=";
+    sha256 = "sha256-QFKo4zMqhKzFseXMnZEBd2DPo0QObpelvYmI2tMyfRE=";
   };
 
   nativeBuildInputs = [
@@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
     exiv2
   ];
 
+  cmakeFlags = [
+    "-DPREFER_QT_5=OFF"
+  ];
+
   meta = with lib; {
     description = "Homebrew lightweight image viewer";
     homepage = "https://github.com/BLumia/pineapple-pictures";