From 3b0f9301bbca58b78336c4a604cbf3fd79297d65 Mon Sep 17 00:00:00 2001 From: inty Date: Fri, 22 Apr 2022 15:13:03 +0000 Subject: rawtherapee: Add note about removing the patch in 5.9 --- pkgs/applications/graphics/rawtherapee/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/rawtherapee/default.nix b/pkgs/applications/graphics/rawtherapee/default.nix index 000d92f3b0526..494180fdb598d 100644 --- a/pkgs/applications/graphics/rawtherapee/default.nix +++ b/pkgs/applications/graphics/rawtherapee/default.nix @@ -16,6 +16,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ]; + # This patch is upstream; remove it in 5.9. patches = [ ./fix-6324.patch ]; buildInputs = [ -- cgit 1.4.1