gleam: remove legacy darwin sdk

This commit is contained in:
awwpotato
2025-04-17 19:23:00 -07:00
parent dc75faf549
commit aea026de5d
2 changed files with 1 additions and 12 deletions
+1 -11
View File
@@ -1,6 +1,5 @@
{
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=";
-1
View File
@@ -6373,7 +6373,6 @@ with pkgs;
);
gleam = callPackage ../development/compilers/gleam {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
erlang = erlang_27;
};