Merge pull request #26764 from mdaiter/erlangR20

erlangR20: init
This commit is contained in:
Daiderd Jordan
2017-06-23 19:37:49 +02:00
committed by GitHub
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{ mkDerivation, fetchurl }:
mkDerivation rec {
version = "20.0";
sha256 = "12dbay254ivnakwknjn5h55wndb0a0wqx55p156h8hwjhykj2kn0";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}