erlangR20: init

This commit is contained in:
Matthew Daiter
2017-06-23 12:51:58 +02:00
parent bb9e23837a
commit d79b4766a5
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,10 @@
{ mkDerivation, fetchurl }:
mkDerivation rec {
version = "20.0";
sha256 = "12dbay254ivnakwknjn5h55wndb0a0wqx55p156h8hwjhykj2kn0";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
'';
}