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

mkDerivation rec {
  version = "20.3.2";
  sha256 = "0cd7rz32cxghxb2q7g3p52sxbhwqn4pkjlf28hy1dms6q7f85zv1";

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