1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

erlang_27: init 27.0

This commit is contained in:
chiroptical 2024-05-20 19:46:09 -04:00
parent 641daa314d
commit c257b3e4a7
3 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{ mkDerivation }:
mkDerivation {
version = "27.0";
sha256 = "sha256-YZWBLcpkm8B4sjoQO7I9ywXcmxXL+Dvq/JYsLsr7TO0=";
}

View file

@ -17180,7 +17180,7 @@ with pkgs;
};
inherit (beam.interpreters)
erlang erlang_27-rc3 erlang_26 erlang_25 erlang_24
erlang erlang_27-rc3 erlang_27 erlang_26 erlang_25 erlang_24
erlang_odbc erlang_javac erlang_odbc_javac
elixir elixir_1_16 elixir_1_15 elixir_1_14 elixir_1_13 elixir_1_12 elixir_1_11 elixir_1_10
elixir-ls;

View file

@ -41,6 +41,15 @@ in
# Standard Erlang versions, using the generic builder.
erlang_27 = self.beamLib.callErlang ../development/interpreters/erlang/27.nix {
wxGTK = wxGTK32;
parallelBuild = true;
autoconf = buildPackages.autoconf269;
exdocSupport = true;
exdoc = self.packages.erlang_26.ex_doc;
inherit wxSupport systemdSupport;
};
erlang_27-rc3 = self.beamLib.callErlang ../development/interpreters/erlang/27-rc3.nix {
wxGTK = wxGTK32;
parallelBuild = true;