Added libtool for ImageMagick
svn path=/nixpkgs/trunk/; revision=10089
This commit is contained in:
parent
0966b36824
commit
000226696b
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -4114,7 +4114,7 @@ rec {
|
|||
};
|
||||
|
||||
imagemagickFun = lib.sumArgs (import ../applications/graphics/ImageMagick) {
|
||||
inherit stdenv fetchurl;
|
||||
inherit stdenv fetchurl libtool;
|
||||
};
|
||||
|
||||
imagemagick = imagemagickFun {
|
||||
|
|
Loading…
Reference in a new issue