mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
DMTX now needs libjasper.. pass that lib to dmtx
svn path=/nixpkgs/trunk/; revision=21852
This commit is contained in:
parent
ae476d641a
commit
e2736a0888
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user