1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/development/interpreters/erlang/R20.nix

11 lines
262 B
Nix
Raw Normal View History

{ mkDerivation }:
2017-06-22 09:50:37 -04:00
2019-08-13 17:52:01 -04:00
mkDerivation {
2018-09-25 17:21:06 -04:00
version = "20.3.8.9";
sha256 = "0v2iiyzss8hiih98wvj0gi2qzdmmhh7bvc9p025wlfm4k7r1109a";
2017-06-22 09:50:37 -04:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
2017-06-22 09:50:37 -04:00
'';
}