Unverified Commit aea026de authored by awwpotato's avatar awwpotato
Browse files

gleam: remove legacy darwin sdk

parent dc75faf5
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  rustPlatform,
  fetchFromGitHub,
  git,
@@ -10,9 +9,7 @@
  nodejs,
  bun,
  deno,
  Security,
  nix-update-script,
  SystemConfiguration,
}:

rustPlatform.buildRustPackage rec {
@@ -35,14 +32,7 @@ rustPlatform.buildRustPackage rec {
    deno
  ];

  buildInputs =
    [
      openssl
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      Security
      SystemConfiguration
    ];
  buildInputs = [ openssl ];

  useFetchCargoVendor = true;
  cargoHash = "sha256-EoRu8p6cUe1li54nVUkf+3qywIsDXh4ptIVLluJ3eFs=";
+0 −1
Original line number Diff line number Diff line
@@ -6373,7 +6373,6 @@ with pkgs;
  );
  gleam = callPackage ../development/compilers/gleam {
    inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
    erlang = erlang_27;
  };