mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
DataMatrix update
svn path=/nixpkgs/trunk/; revision=14607
This commit is contained in:
parent
468ffe8466
commit
79bfd749a0
@ -3,15 +3,16 @@ let
|
||||
lib = args.lib;
|
||||
fetchurl = args.fetchurl;
|
||||
|
||||
version = lib.getAttr ["version"] "0.5.2" args;
|
||||
version = lib.getAttr ["version"] "0.7.0" args;
|
||||
buildInputs = with args; [
|
||||
libpng libtiff
|
||||
libpng libtiff libjpeg librsvg imagemagick pkgconfig
|
||||
zlib libX11 bzip2
|
||||
];
|
||||
in
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = "http://prdownloads.sourceforge.net/libdmtx/libdmtx-${version}.tar.bz2";
|
||||
sha256 = "1xx61gykmq07m2vkqazns5whj8rv9nhwhjs6dakz9ai4qh7d53qz";
|
||||
sha256 = "00w0pvpbwqqa1c8s85v8vf8w1x116yh7qg5fplxj5jhmfizcama2";
|
||||
};
|
||||
|
||||
inherit buildInputs;
|
||||
|
@ -7944,7 +7944,9 @@ let
|
||||
};
|
||||
|
||||
dmtx = builderDefsPackage (import ../tools/graphics/dmtx) {
|
||||
inherit libpng libtiff;
|
||||
inherit libpng libtiff libjpeg imagemagick librsvg
|
||||
pkgconfig bzip2 zlib;
|
||||
inherit (xlibs) libX11;
|
||||
};
|
||||
|
||||
dvdauthor = import ../applications/video/dvdauthor {
|
||||
|
Loading…
Reference in New Issue
Block a user