Skip to content

Commit

Permalink
gleam: Add erlang_27 as runtime dependency (#351458)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Oct 29, 2024
2 parents 2b8b6e3 + 8082648 commit 3d4a262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/compilers/gleam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, git
, pkg-config
, openssl
, erlang
, Security
, nix-update-script
, SystemConfiguration
Expand All @@ -23,7 +24,7 @@ rustPlatform.buildRustPackage rec {

nativeBuildInputs = [ git pkg-config ];

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

cargoHash = "sha256-B8tCVkubP04gAHKQC0idR5AjpVHG/kCXvPCfwKCuaSo=";
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14799,6 +14799,7 @@ with pkgs;

gleam = callPackage ../development/compilers/gleam {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
erlang = erlang_27;
};

gmqcc = callPackage ../development/compilers/gmqcc { };
Expand Down

0 comments on commit 3d4a262

Please sign in to comment.