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