Fix DMTX build
svn path=/nixpkgs/trunk/; revision=27391
This commit is contained in:
parent
f0688ef3bc
commit
8e1984b852
@ -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 {
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user