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

mkDerivation rec {
  version = "20.1";
  sha256 = "13f53lzgq2himg9kax41f66rzv5pjfrb1ln8b54yv9spkqx2hqqi";

  prePatch = ''
    substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
  '';
}