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

11 lines
231 B
Nix
Raw Normal View History

{ mkDerivation }:
2018-06-21 07:14:20 -07:00
mkDerivation rec {
2018-12-11 12:14:40 -08:00
version = "21.2";
sha256 = "0v9smdp2vxkpsz65a6ypwzl12fqdfrsi7k29f5i7af0v27r308cm";
2018-06-21 07:14:20 -07:00
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}