8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-UQy8iFfl8BNT5cBUMVF1tIScFPfHekSofaebtel9JWk=";
19 nativeBuildInputs = [ autoreconfHook pkg-config ];
22 description = "An open source software for reading and writing Data Matrix barcodes";
23 homepage = "https://github.com/dmtx/libdmtx";
24 changelog = "https://github.com/dmtx/libdmtx/blob/v${version}/ChangeLog";
25 platforms = lib.platforms.all;
27 license = lib.licenses.bsd2;