Merge pull request #146898 from smancill/ZHF-darwin-hdr-plus

hdr-plus: fix build on darwin

Changed files
+4
pkgs
applications
graphics
hdr-plus
+4
pkgs/applications/graphics/hdr-plus/default.nix
···
})
];
+
postPatch = ''
+
sed -i '2a #include <array>' src/InputSource.h
+
'';
+
nativeBuildInputs = [ cmake ];
buildInputs = [ halide libpng libjpeg libtiff libraw ];