deno: fix darwin build

This commit is contained in:
Stéphan Kochen
2021-05-18 20:34:32 -07:00
committed by Jonathan Ringer
parent 58ddbfa71d
commit 706cdcf598
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -3875,7 +3875,8 @@ in
deno = callPackage ../development/web/deno {
inherit (darwin) libobjc;
inherit (darwin.apple_sdk.frameworks) Security CoreServices Metal Foundation;
inherit (darwin.apple_sdk.frameworks)
Security CoreServices Metal Foundation QuartzCore;
};
detox = callPackage ../tools/misc/detox { };