about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hdrmerge
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-02-05 15:06:08 +0100
committerVladimír Čunát <v@cunat.cz>2023-02-05 15:29:43 +0100
commit6190ed026ca52bd74ede412bda19552f5851df0d (patch)
tree4dad9dad3a5f51a420c88dadbaff321e0e896bde /pkgs/applications/graphics/hdrmerge
parent555f300879332a5989c1130b8e78bf8bdbac20ea (diff)
hdrmerge: fix build with updated libraw
Diffstat (limited to 'pkgs/applications/graphics/hdrmerge')
-rw-r--r--pkgs/applications/graphics/hdrmerge/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/hdrmerge/default.nix b/pkgs/applications/graphics/hdrmerge/default.nix
index b0e346331bce8..d690f5e0671a9 100644
--- a/pkgs/applications/graphics/hdrmerge/default.nix
+++ b/pkgs/applications/graphics/hdrmerge/default.nix
@@ -46,6 +46,11 @@ mkDerivation rec {
       url = "https://github.com/mkroehnert/hdrmerge/commit/472b2dfe7d54856158aea3d5412a02d0bab1da4c.patch";
       sha256 = "0jc713ajr4w08pfbi6bva442prj878nxp1fpl9112i3xj34x9sdi";
     })
+    (fetchpatch {
+      name = "support-libraw-0.21.patch";
+      url = "https://github.com/jcelaya/hdrmerge/commit/779e566b3e2807280b78c79affda2cdfa64bde87.diff";
+      sha256 = "48sivCfJWEtGiBXTrO+SWTVlT9xyx92w2kkB8Wt/clk=";
+    })
   ];
 
   desktopItems = [