fixed dependencies of camlimages

This commit is contained in:
Christophe Raffalli 2013-06-16 22:26:17 +02:00
parent c205449003
commit ce2efd0b5b

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, omake, ocaml, omake_rc1, libtiff, libjpeg, libpng_apng, giflib, findlib, libXpm, freetype, graphicsmagick, ghostscript }:
{stdenv, fetchurl, omake, ocaml, omake_rc1, libtiff, libjpeg, libpng_apng, giflib, findlib, libXpm, freetype, graphicsmagick, ghostscript, lablgtk }:
let
ocaml_version = (builtins.parseDrvName ocaml.name).version;
@ -14,9 +14,9 @@ stdenv.mkDerivation {
sha256 = "b40237c1505487049799a7af296eb3996b3fa08eab94415546f46d61355747c4";
};
buildInputs = [ocaml omake_rc1 findlib graphicsmagick ghostscript ];
buildInputs = [ocaml omake_rc1 findlib graphicsmagick ghostscript libtiff libjpeg libpng_apng giflib freetype libXpm lablgtk];
propagatedbuildInputs = [libtiff libjpeg libpng_apng giflib freetype libXpm ];
propagatedbuildInputs = [libtiff libjpeg libpng_apng giflib freetype libXpm lablgtk ];
createFindlibDestdir = true;