Merge pull request #146898 from smancill/ZHF-darwin-hdr-plus
hdr-plus: fix build on darwin
Ben Siraphob 4 years ago 70d632f3 97b740e4
··· 22 22 }) 23 23 ]; 24 24 25 25 + postPatch = '' 26 26 + sed -i '2a #include <array>' src/InputSource.h 27 27 + ''; 28 28 + 25 29 nativeBuildInputs = [ cmake ]; 26 30 27 31 buildInputs = [ halide libpng libjpeg libtiff libraw ];