diff --git a/pkgs/development/compilers/gleam/default.nix b/pkgs/development/compilers/gleam/default.nix index b816a9b48024..e98a91b93c39 100644 --- a/pkgs/development/compilers/gleam/default.nix +++ b/pkgs/development/compilers/gleam/default.nix @@ -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="; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ff9041c61f98..c10034cc4454 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6373,7 +6373,6 @@ with pkgs; ); gleam = callPackage ../development/compilers/gleam { - inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; erlang = erlang_27; };