mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
dmtx: update from 0.7.2 to 0.7.4
cc @7c6f434c
This commit is contained in:
parent
da85164bc4
commit
00a6dd884d
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
args :
|
||||
let
|
||||
args :
|
||||
let
|
||||
lib = args.lib;
|
||||
fetchurl = args.fetchurl;
|
||||
|
||||
version = lib.attrByPath ["version"] "0.7.2" args;
|
||||
version = lib.attrByPath ["version"] "0.7.4" args;
|
||||
buildInputs = with args; [
|
||||
libpng libtiff libjpeg librsvg imagemagick pkgconfig
|
||||
zlib libX11 bzip2 libtool freetype fontconfig
|
||||
zlib libX11 bzip2 libtool freetype fontconfig
|
||||
ghostscript jasper xz
|
||||
];
|
||||
in
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libdmtx/libdmtx-${version}.tar.bz2";
|
||||
sha256 = "0iin2j3ad7ldj32dwc04g28k54iv3lrc5121rgyphm7l9hvigbvk";
|
||||
sha256 = "0xnxx075ycy58n92yfda2z9zgd41h3d4ik5d9l197lzsqim5hb5n";
|
||||
};
|
||||
|
||||
inherit buildInputs;
|
||||
|
@ -21,7 +21,7 @@ rec {
|
|||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||
|
||||
|
||||
name = "dmtx-" + version;
|
||||
meta = {
|
||||
description = "DataMatrix (2D bar code) processing tools";
|
||||
|
|
Loading…
Reference in a new issue