Unverified Commit 3d4a2621 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

gleam: Add erlang_27 as runtime dependency (#351458)

parents 2b8b6e30 8082648c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, git
, pkg-config
, openssl
, erlang
, Security
, nix-update-script
, SystemConfiguration
@@ -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=";
+1 −0
Original line number Diff line number Diff line
@@ -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 { };