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

11 lines
231 B
Nix
Raw Normal View History

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