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

mkDerivation rec {
  version = "20.0";
  sha256 = "12dbay254ivnakwknjn5h55wndb0a0wqx55p156h8hwjhykj2kn0";

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