Merge pull request #63296 from ehamberg/erlang-otp-22

Erlang/OTP 22
This commit is contained in:
Daiderd Jordan
2019-06-22 11:47:43 +02:00
committed by GitHub
3 changed files with 22 additions and 1 deletions
@@ -0,0 +1,11 @@
{ mkDerivation }:
mkDerivation rec {
version = "22.0.4";
sha256 = "1aqkhd6nwdn4xp5yz02zbymd4x8ij8fjw9ji8kh860n1a513k9ai";
prePatch = ''
substituteInPlace make/configure.in --replace '`sw_vers -productVersion`' '10.10'
substituteInPlace erts/configure.in --replace '-Wl,-no_weak_imports' ""
'';
}