mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +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/@ \
|
sed -e s@/usr/@$out/@ \
|
||||||
-e 's@-o root -g root@@' \
|
-e 's@-o root -g root@@' \
|
||||||
-e 's@ldconfig@echo not running ldconfig@' \
|
-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";
|
preInstall = "mkdir -p $out/include $out/lib";
|
||||||
|
postInstall = "make -f Makefile.fip install";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open Source library for accessing popular graphics image file formats";
|
description = "Open Source library for accessing popular graphics image file formats";
|
||||||
|
Loading…
Reference in New Issue
Block a user