Added libtool for ImageMagick

svn path=/nixpkgs/trunk/; revision=10089
This commit is contained in:
Michael Raskin 2008-01-07 14:11:58 +00:00
parent 0966b36824
commit 000226696b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ args: with args;
);
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 ? tetex then {

View File

@ -4114,7 +4114,7 @@ rec {
};
imagemagickFun = lib.sumArgs (import ../applications/graphics/ImageMagick) {
inherit stdenv fetchurl;
inherit stdenv fetchurl libtool;
};
imagemagick = imagemagickFun {