relxExe: remove

relxExe is not intended to be used as a single standalone executable, but as a library by rebar3
This commit is contained in:
happysalada 2021-05-29 08:43:32 +09:00 committed by Raphael Megzari
parent 0e705d7a25
commit 2402d70ef3
3 changed files with 1 additions and 22 deletions

View File

@ -83,7 +83,6 @@ let
# without helper functions buildRebar3 and buildMix.
hex = callPackage ./hex { };
webdriver = callPackage ./webdriver { };
relxExe = callPackage ../tools/erlang/relx-exe { };
};
in
makeExtensible packages

View File

@ -1,19 +0,0 @@
{ fetchHex, fetchRebar3Deps, rebar3Relx }:
rebar3Relx rec {
name = "relx-exe";
version = "4.3.0";
releaseType = "escript";
src = fetchHex {
pkg = "relx";
sha256 = "sha256-c44JSab8fQ3p5FSdwPc9m24FtTnhURuySFkHArMiBEA=";
inherit version;
};
checkouts = fetchRebar3Deps {
inherit name version;
src = "${src}/rebar.lock";
sha256 = "sha256-BY/c4+vqdnn4FBPzLExEZIZ27f1g46XISb8mIpMU8aI=";
};
}

View File

@ -12099,8 +12099,7 @@ in
inherit (beam.packages.erlang)
erlang-ls
rebar rebar3 rebar3WithPlugins
fetchHex beamPackages
relxExe;
fetchHex beamPackages;
inherit (beam.packages.erlangR21) lfe lfe_1_3;