10
pkgs/development/interpreters/erlang/R20.nix
Normal file
10
pkgs/development/interpreters/erlang/R20.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ mkDerivation, fetchurl }:
|
||||
|
||||
mkDerivation rec {
|
||||
version = "20.0";
|
||||
sha256 = "12dbay254ivnakwknjn5h55wndb0a0wqx55p156h8hwjhykj2kn0";
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user