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

11 lines
243 B
Nix
Raw Normal View History

2017-06-22 15:50:37 +02:00
{ mkDerivation, fetchurl }:
mkDerivation rec {
2018-03-21 17:10:10 +01:00
version = "20.3.1";
sha256 = "13qh3an98qm477zr1dvcklbhar001cikp177295llcqpchamgzx3";
2017-06-22 15:50:37 +02:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}