about summary refs log tree commit diff
diff options
context:
space:
mode:
authorinty <interruptinuse@gmail.com>2022-04-22 15:13:03 +0000
committerinty <interruptinuse@gmail.com>2022-04-22 15:13:03 +0000
commit3b0f9301bbca58b78336c4a604cbf3fd79297d65 (patch)
treeb6531127b45f3321c21bb526b9f2da4c8474ced1
parent36b0854076004c7801b6ebfcc0b175d6666dd0c7 (diff)
rawtherapee: Add note about removing the patch in 5.9
-rw-r--r--pkgs/applications/graphics/rawtherapee/default.nix1
1 files changed, 1 insertions, 0 deletions
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 = [