dmtx-utils: fix darwin build (#123033)

This commit is contained in:
Stéphan Kochen
2021-05-14 23:34:07 +02:00
committed by GitHub
parent 4bfa8bdd46
commit bb24db68aa
2 changed files with 5 additions and 2 deletions

View File

@@ -22794,7 +22794,8 @@ in
dmrconfig = callPackage ../applications/radio/dmrconfig { };
dmtx-utils = callPackage (callPackage ../tools/graphics/dmtx-utils) {
dmtx-utils = callPackage ../tools/graphics/dmtx-utils {
inherit (darwin.apple_sdk.frameworks) Foundation;
};
inherit (callPackage ../applications/virtualization/docker {})