Added libtool for ImageMagick
svn path=/nixpkgs/trunk/; revision=10089
This commit is contained in:
parent
0966b36824
commit
000226696b
@ -13,7 +13,7 @@ args: with args;
|
|||||||
);
|
);
|
||||||
|
|
||||||
buildInputs = [bzip2 freetype ghostscript graphviz libjpeg libpng
|
buildInputs = [bzip2 freetype ghostscript graphviz libjpeg libpng
|
||||||
libtiff libX11 libxml2 zlib ] ++ (if args ? tetex then [args.tetex] else [])
|
libtiff libX11 libxml2 zlib libtool] ++ (if args ? tetex then [args.tetex] else [])
|
||||||
++ (if args ? librsvg then [args.librsvg] else [])
|
++ (if args ? librsvg then [args.librsvg] else [])
|
||||||
;
|
;
|
||||||
} // (if args ? tetex then {
|
} // (if args ? tetex then {
|
||||||
|
@ -4114,7 +4114,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
imagemagickFun = lib.sumArgs (import ../applications/graphics/ImageMagick) {
|
imagemagickFun = lib.sumArgs (import ../applications/graphics/ImageMagick) {
|
||||||
inherit stdenv fetchurl;
|
inherit stdenv fetchurl libtool;
|
||||||
};
|
};
|
||||||
|
|
||||||
imagemagick = imagemagickFun {
|
imagemagick = imagemagickFun {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user