edgedb: use new Darwin SDK pattern

This commit is contained in:
Theodore Ni 2024-11-09 22:06:52 -08:00
parent 56aa8ecf5d
commit b7cdb23dae
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474
2 changed files with 1 additions and 9 deletions

View File

@ -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
];

View File

@ -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;