erlangR21: init at 21.0

This commit is contained in:
Daniel Goertzen
2018-06-21 09:14:20 -05:00
parent f9218b1346
commit 4001a680cc
3 changed files with 21 additions and 1 deletions

View File

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