11 stdenv.mkDerivation rec {
13 version = "0.7.6-unstable-2023-09-21";
15 src = fetchFromGitHub {
18 rev = "057faa00143c152e8e21c29a36137f771614daed";
19 hash = "sha256-uXzPAv6DappyHBNmsTg6qRUvtUUdP1IPOdDvIcevfco=";
22 nativeBuildInputs = [ autoreconfHook pkg-config ];
24 buildInputs = [ libdmtx imagemagick ]
25 ++ lib.optional stdenv.hostPlatform.isDarwin Foundation;
28 description = "Data matrix command-line utilities";
29 homepage = "https://github.com/dmtx/dmtx-utils";
30 changelog = "https://github.com/dmtx/dmtx-utils/blob/v${version}/ChangeLog";
31 license = lib.licenses.lgpl2;
32 maintainers = [ lib.maintainers.raskin ];
33 platforms = lib.platforms.unix;