lol

Making freeimage build and install freeimageplus too.

I need it for the pgf command line tool (next commit)

(cherry picked from commit f6856be9eefc5785b7c38e7398106d9a220f2a37)

+4 -1
+4 -1
pkgs/development/libraries/freeimage/default.nix
··· 10 10 sed -e s@/usr/@$out/@ \ 11 11 -e 's@-o root -g root@@' \ 12 12 -e 's@ldconfig@echo not running ldconfig@' \ 13 - -i Makefile.gnu 13 + -i Makefile.gnu Makefile.fip 14 14 ''; 15 + 16 + postBuild = "make -f Makefile.fip"; 15 17 preInstall = "mkdir -p $out/include $out/lib"; 18 + postInstall = "make -f Makefile.fip install"; 16 19 17 20 meta = { 18 21 description = "Open Source library for accessing popular graphics image file formats";