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

11 lines
233 B
Nix
Raw Normal View History

{ mkDerivation }:
2018-06-21 16:14:20 +02:00
mkDerivation rec {
2018-11-24 12:29:47 +01:00
version = "21.1.3";
sha256 = "0374qpafrpnfspsvjaa3sgs0h8ryi3ah8fvmr7dm7zsmgb4ihdsg";
2018-06-21 16:14:20 +02:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}