Skip to content

Commit

Permalink
erlang_27: 27.0.1 -> 27.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chiroptical committed Oct 18, 2024
1 parent b66c26b commit f66d03f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/27.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ mkDerivation }:

mkDerivation {
version = "27.0.1";
sha256 = "sha256-Lp6J9eq6RXDi0RRjeVO/CIa4h/m7/fwOp/y0u0sTdFQ=";
version = "27.1.2";
sha256 = "sha256-urHJMPo9XG+sIBuCaWvEhAcykGxlVSdKKem7vCiMjcg=";
}
1 change: 0 additions & 1 deletion pkgs/development/interpreters/erlang/generic-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ stdenv.mkDerivation ({
cp ${ex_doc}/bin/.ex_doc-wrapped $out/bin/ex_doc
sed -i "1 s:^.*$:#!$out/bin/escript:" $out/bin/ex_doc
export EX_DOC=$out/bin/ex_doc
mkdir -p $out/lib/erlang/system/doc/assets
cp $src/system/doc/assets/erlang-logo.png $out/lib/erlang/system/doc/assets
'';
Expand Down
3 changes: 1 addition & 2 deletions pkgs/top-level/beam-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, wxGTK32
, buildPackages
, stdenv
, ex_docSupport ? true
, ex_docSupport ? false
, wxSupport ? true
, systemd
, systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd
Expand All @@ -32,7 +32,6 @@ in
wxGTK = wxGTK32;
parallelBuild = true;
autoconf = buildPackages.autoconf269;
inherit (beam_nodocs.packages.erlang_27) ex_doc;
inherit ex_docSupport wxSupport systemdSupport;
};

Expand Down

0 comments on commit f66d03f

Please sign in to comment.