erlang_basho_R16B02: OTP_16B02_basho8 -> OTP_16B02_basho10

Also renamed the file since it is no longer version 8.
This commit is contained in:
Andreas Rammhold 2017-12-08 14:19:49 +01:00
parent 8e2f11ee51
commit 9f39d0ef68
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
2 changed files with 6 additions and 6 deletions

View File

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
baseName = "erlang"; baseName = "erlang";
version = "16B02"; version = "16B02.basho10";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "basho"; owner = "basho";
repo = "otp"; repo = "otp";
rev = "OTP_R16B02_basho8"; rev = "OTP_R16B02_basho10";
sha256 = "1w0hbm0axxxa45v3kl6bywc9ayir5vwqxjpnjlzc616ldszb2m0x"; sha256 = "1s2c3ag9dnp6xmcr27kh95n1w50xly97n1mp8ivc2a3gpv4blqmj";
}; };
preConfigure = '' preConfigure = ''
@ -27,7 +27,7 @@ mkDerivation rec {
installTargets = "install"; installTargets = "install";
postInstall = let postInstall = let
manpages = pkgs.fetchurl { manpages = pkgs.fetchurl {
url = "http://www.erlang.org/download/otp_doc_man_R${version}.tar.gz"; url = "http://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
sha256 = "12apxjmmd591y9g9bhr97z5jbd1jarqg7wj0y2sqhl21hc1yp75p"; sha256 = "12apxjmmd591y9g9bhr97z5jbd1jarqg7wj0y2sqhl21hc1yp75p";
}; };
in '' in ''

View File

@ -49,8 +49,8 @@ rec {
}; };
erlangR20_nox = erlangR20.override { wxSupport = false; }; erlangR20_nox = erlangR20.override { wxSupport = false; };
# Bash fork, using custom builder. # Basho fork, using custom builder.
erlang_basho_R16B02 = lib.callErlang ../development/interpreters/erlang/R16B02-8-basho.nix { erlang_basho_R16B02 = lib.callErlang ../development/interpreters/erlang/R16B02-basho.nix {
}; };
erlang_basho_R16B02_odbc = erlang_basho_R16B02.override { erlang_basho_R16B02_odbc = erlang_basho_R16B02.override {
odbcSupport = true; odbcSupport = true;