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

mkDerivation rec {
  version = "21.2.3";
  sha256 = "1v47c7bddbp31y6f8yzdjyvgcx9sskxql33k7cs0p5fmr05hhxws";

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