dmtx: update from 0.7.2 to 0.7.4
cc @7c6f434c
This commit is contained in:
parent
da85164bc4
commit
00a6dd884d
@ -1,19 +1,19 @@
|
|||||||
args :
|
args :
|
||||||
let
|
let
|
||||||
lib = args.lib;
|
lib = args.lib;
|
||||||
fetchurl = args.fetchurl;
|
fetchurl = args.fetchurl;
|
||||||
|
|
||||||
version = lib.attrByPath ["version"] "0.7.2" args;
|
version = lib.attrByPath ["version"] "0.7.4" args;
|
||||||
buildInputs = with args; [
|
buildInputs = with args; [
|
||||||
libpng libtiff libjpeg librsvg imagemagick pkgconfig
|
libpng libtiff libjpeg librsvg imagemagick pkgconfig
|
||||||
zlib libX11 bzip2 libtool freetype fontconfig
|
zlib libX11 bzip2 libtool freetype fontconfig
|
||||||
ghostscript jasper xz
|
ghostscript jasper xz
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libdmtx/libdmtx-${version}.tar.bz2";
|
url = "mirror://sourceforge/libdmtx/libdmtx-${version}.tar.bz2";
|
||||||
sha256 = "0iin2j3ad7ldj32dwc04g28k54iv3lrc5121rgyphm7l9hvigbvk";
|
sha256 = "0xnxx075ycy58n92yfda2z9zgd41h3d4ik5d9l197lzsqim5hb5n";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
@ -21,7 +21,7 @@ rec {
|
|||||||
|
|
||||||
/* doConfigure should be specified separately */
|
/* doConfigure should be specified separately */
|
||||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||||
|
|
||||||
name = "dmtx-" + version;
|
name = "dmtx-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
description = "DataMatrix (2D bar code) processing tools";
|
description = "DataMatrix (2D bar code) processing tools";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user