erlang: 19.0.2 -> 19.1
This commit is contained in:
parent
cdec20ac58
commit
0a1ae92bb9
@ -20,7 +20,7 @@ with stdenv.lib;
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "erlang-" + version + "${optionalString odbcSupport "-odbc"}"
|
name = "erlang-" + version + "${optionalString odbcSupport "-odbc"}"
|
||||||
+ "${optionalString javacSupport "-javac"}";
|
+ "${optionalString javacSupport "-javac"}";
|
||||||
version = "19.0.2";
|
version = "19.1";
|
||||||
|
|
||||||
# Minor OTP releases are not always released as tarbals at
|
# Minor OTP releases are not always released as tarbals at
|
||||||
# http://erlang.org/download/ So we have to download from
|
# http://erlang.org/download/ So we have to download from
|
||||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "erlang";
|
owner = "erlang";
|
||||||
repo = "otp";
|
repo = "otp";
|
||||||
rev = "OTP-${version}";
|
rev = "OTP-${version}";
|
||||||
sha256 = "1vsykghhzpgmc42jwj48crl11zzzpvrqvh2lk8lxfqbflzflxm6j";
|
sha256 = "0nnjj069d5pjhgcd8vvqbrkjdac3p1v4s3zb59i4h73vg7f5p736";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -42,15 +42,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
debugInfo = enableDebugInfo;
|
debugInfo = enableDebugInfo;
|
||||||
|
|
||||||
envAndCpPatch = fetchurl {
|
|
||||||
url = "https://github.com/binarin/otp/commit/9f9841eb7327c9fe73e84e197fd2965a97b639cf.patch";
|
|
||||||
sha256 = "10h5348p6g279b4q01i5jdqlljww5chcvrx5b4b0dv79pk0p0m9f";
|
|
||||||
};
|
|
||||||
|
|
||||||
patches = [
|
|
||||||
envAndCpPatch
|
|
||||||
];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./otp_build autoconf
|
./otp_build autoconf
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user