1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
nixpkgs/pkgs/development/interpreters/erlang/R21.nix

11 lines
262 B
Nix
Raw Normal View History

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