nixpkgs/pkgs/development/interpreters/erlang/R20.nix

11 lines
241 B
Nix
Raw Normal View History

2017-06-22 14:50:37 +01:00
{ mkDerivation, fetchurl }:
mkDerivation rec {
2017-11-08 05:36:13 +00:00
version = "20.1";
sha256 = "13f53lzgq2himg9kax41f66rzv5pjfrb1ln8b54yv9spkqx2hqqi";
2017-06-22 14:50:37 +01:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}