forked from mirrors/nixpkgs
Fix Data Matrix compilation
svn path=/nixpkgs/trunk/; revision=15528
This commit is contained in:
parent
bee4040300
commit
52f61aa067
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue