Unverified Commit b7cdb23d authored by Theodore Ni's avatar Theodore Ni
Browse files

edgedb: use new Darwin SDK pattern

parent 56aa8ecf
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
    ];

+1 −3
Original line number Diff line number Diff line
@@ -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;