mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
abiword: add libjpeg to fix the compilation
svn path=/nixpkgs/trunk/; revision=28379
This commit is contained in:
parent
595a6d59e6
commit
2a06c97e90
@ -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
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user