DMTX now needs libjasper.. pass that lib to dmtx

svn path=/nixpkgs/trunk/; revision=21852
This commit is contained in:
Michael Raskin 2010-05-18 21:15:13 +00:00
parent ae476d641a
commit e2736a0888

View File

@ -7416,7 +7416,7 @@ let
dmtx = builderDefsPackage (import ../tools/graphics/dmtx) {
inherit libpng libtiff libjpeg imagemagick librsvg
pkgconfig bzip2 zlib libtool freetype fontconfig
ghostscript;
ghostscript jasper;
inherit (xlibs) libX11;
};