deno: fix darwin build
This commit is contained in:
committed by
Jonathan Ringer
parent
58ddbfa71d
commit
706cdcf598
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user