nixpkgs/pkgs/development/interpreters/erlang/R22.nix

12 lines
314 B
Nix
Raw Normal View History

2019-06-18 09:56:32 +01:00
{ 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' ""
'';
}