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

11 lines
263 B
Nix
Raw Normal View History

{ mkDerivation }:
2017-06-22 14:50:37 +01:00
2019-08-13 22:52:01 +01:00
mkDerivation {
version = "20.3.8.26";
sha256 = "062405s59hkdkmw2dryq0qc1k03jsncj7yqisgj35x9sqpzm4w7a";
2017-06-22 14:50:37 +01:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
2017-06-22 14:50:37 +01:00
'';
}