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

11 lines
262 B
Nix
Raw Normal View History

{ mkDerivation }:
2018-06-21 14:14:20 +00:00
2019-08-13 21:52:01 +00:00
mkDerivation {
version = "21.3.8.3";
sha256 = "1szybirrcpqsl2nmlmpbkxjqnm6i7l7bma87m5cpwi0kpvlxwmcw";
2018-06-21 14:14:20 +00:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
2018-06-21 14:14:20 +00:00
'';
}