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

11 lines
262 B
Nix
Raw Normal View History

{ mkDerivation }:
2017-06-22 13:50:37 +00:00
2019-08-13 21:52:01 +00:00
mkDerivation {
2018-09-25 21:21:06 +00:00
version = "20.3.8.9";
sha256 = "0v2iiyzss8hiih98wvj0gi2qzdmmhh7bvc9p025wlfm4k7r1109a";
2017-06-22 13:50:37 +00:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
2017-06-22 13:50:37 +00:00
'';
}