mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
Making freeimage build and install freeimageplus too.
I need it for the pgf command line tool (next commit)
(cherry picked from commit f6856be9ee
)
This commit is contained in:
parent
e7765fbc7d
commit
031af8f0cf
@ -10,9 +10,12 @@ stdenv.mkDerivation {
|
||||
sed -e s@/usr/@$out/@ \
|
||||
-e 's@-o root -g root@@' \
|
||||
-e 's@ldconfig@echo not running ldconfig@' \
|
||||
-i Makefile.gnu
|
||||
-i Makefile.gnu Makefile.fip
|
||||
'';
|
||||
|
||||
postBuild = "make -f Makefile.fip";
|
||||
preInstall = "mkdir -p $out/include $out/lib";
|
||||
postInstall = "make -f Makefile.fip install";
|
||||
|
||||
meta = {
|
||||
description = "Open Source library for accessing popular graphics image file formats";
|
||||
|
Loading…
Reference in New Issue
Block a user