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

11 lines
233 B
Nix
Raw Normal View History

{ mkDerivation }:
2018-06-21 14:14:20 +00:00
mkDerivation rec {
2018-11-16 19:04:10 +00:00
version = "21.1.2";
sha256 = "0kn6ghr151b1qmbazc1c8k1r0wpsrqh9l3wrhfyxix3ld5yc3a5c";
2018-06-21 14:14:20 +00:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}