Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
Jonathan Ringer
2021-05-14 21:57:09 -07:00
13 changed files with 107 additions and 25 deletions
+3 -1
View File
@@ -5,6 +5,7 @@
, pkg-config
, libdmtx
, imagemagick
, Foundation
}:
stdenv.mkDerivation rec {
@@ -20,7 +21,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ libdmtx imagemagick ];
buildInputs = [ libdmtx imagemagick ]
++ lib.optional stdenv.isDarwin Foundation;
meta = {
description = "Data matrix command-line utilities";