summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang/R20.nix
blob: 016e175d6b56906ff3c84ea14e67e8005365661d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ mkDerivation }:

mkDerivation rec {
  version = "20.3.8.9";
  sha256 = "0v2iiyzss8hiih98wvj0gi2qzdmmhh7bvc9p025wlfm4k7r1109a";

  prePatch = ''
    substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
  '';
}