Fix DMTX build

svn path=/nixpkgs/trunk/; revision=27391
This commit is contained in:
Michael Raskin 2011-06-08 08:11:24 +00:00
parent f0688ef3bc
commit 8e1984b852
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ let
buildInputs = with args; [
libpng libtiff libjpeg librsvg imagemagick pkgconfig
zlib libX11 bzip2 libtool freetype fontconfig
ghostscript jasper
ghostscript jasper xz
];
in
rec {

View file

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