edgedb: use new Darwin SDK pattern
This commit is contained in:
parent
56aa8ecf5d
commit
b7cdb23dae
@ -8,9 +8,6 @@
|
||||
pkg-config,
|
||||
curl,
|
||||
openssl,
|
||||
Security,
|
||||
CoreServices,
|
||||
libiconv,
|
||||
xz,
|
||||
substituteAll,
|
||||
# for passthru.tests:
|
||||
@ -55,9 +52,6 @@ rustPlatform.buildRustPackage rec {
|
||||
openssl
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
CoreServices
|
||||
Security
|
||||
libiconv
|
||||
xz
|
||||
];
|
||||
|
||||
|
@ -337,9 +337,7 @@ with pkgs;
|
||||
catch2 = catch2_3;
|
||||
};
|
||||
|
||||
edgedb = callPackage ../tools/networking/edgedb {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
|
||||
};
|
||||
edgedb = callPackage ../tools/networking/edgedb { };
|
||||
|
||||
eludris = callPackage ../tools/misc/eludris {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
|
Loading…
Reference in New Issue
Block a user