3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/erlang/R21.nix

11 lines
233 B
Nix
Raw Normal View History

{ mkDerivation }:
2018-06-21 15:14:20 +01:00
mkDerivation rec {
2019-01-17 09:50:41 +00:00
version = "21.2.3";
sha256 = "1v47c7bddbp31y6f8yzdjyvgcx9sskxql33k7cs0p5fmr05hhxws";
2018-06-21 15:14:20 +01:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}