trunk: fix darwin build

This commit is contained in:
Stéphan Kochen
2021-05-18 19:27:34 +02:00
parent 6be706bbe5
commit 5c3b09aecb
2 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -9059,7 +9059,9 @@ in
trezor-suite = callPackage ../applications/blockchains/trezor-suite { };
trunk = callPackage ../development/tools/trunk { };
trunk = callPackage ../development/tools/trunk {
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
};
tthsum = callPackage ../applications/misc/tthsum { };