3
0
Fork 0
forked from mirrors/nixpkgs

abiword: add libjpeg to fix the compilation

svn path=/nixpkgs/trunk/; revision=28379
This commit is contained in:
David Guibert 2011-08-08 12:11:46 +00:00
parent 595a6d59e6
commit 2a06c97e90

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, gtk, libglade, libgnomecanvas, fribidi
, libpng, popt, libgsf, enchant, wv, librsvg, bzip2
, libpng, popt, libgsf, enchant, wv, librsvg, bzip2, libjpeg
}:
stdenv.mkDerivation {
@ -12,6 +12,6 @@ stdenv.mkDerivation {
buildInputs =
[ pkgconfig gtk libglade librsvg bzip2 libgnomecanvas fribidi libpng popt
libgsf enchant wv
libgsf enchant wv libjpeg
];
}