hdr-plus: fix build on darwin

+4
+4
pkgs/applications/graphics/hdr-plus/default.nix
··· 22 22 }) 23 23 ]; 24 24 25 + postPatch = '' 26 + sed -i '2a #include <array>' src/InputSource.h 27 + ''; 28 + 25 29 nativeBuildInputs = [ cmake ]; 26 30 27 31 buildInputs = [ halide libpng libjpeg libtiff libraw ];