nixpkgs/pkgs/development/interpreters/erlang/R21.nix
2019-01-17 10:50:41 +01:00

11 lines
233 B
Nix

{ mkDerivation }:
mkDerivation rec {
version = "21.2.3";
sha256 = "1v47c7bddbp31y6f8yzdjyvgcx9sskxql33k7cs0p5fmr05hhxws";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}