evcxr: fix darwin build

This commit is contained in:
Stéphan Kochen
2021-05-15 12:35:47 -07:00
committed by Jonathan Ringer
parent ab38d4dae8
commit e957b3c5b8
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -11879,7 +11879,7 @@ in
duktape = callPackage ../development/interpreters/duktape { };
evcxr = callPackage ../development/interpreters/evcxr {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
};
beam = callPackage ./beam-packages.nix { };