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

11 lines
233 B
Nix
Raw Normal View History

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