Fix Data Matrix compilation

svn path=/nixpkgs/trunk/; revision=15528
This commit is contained in:
Michael Raskin 2009-05-10 11:51:54 +00:00
parent bee4040300
commit 52f61aa067
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ let
version = lib.getAttr ["version"] "0.7.0" args;
buildInputs = with args; [
libpng libtiff libjpeg librsvg imagemagick pkgconfig
zlib libX11 bzip2
zlib libX11 bzip2 libtool
];
in
rec {

View file

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