mono514: init at 5.14.0.177

This commit is contained in:
Michael Raskin
2018-08-18 17:01:02 +03:00
parent b7e64c2190
commit c92766fec8
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ callPackage, Foundation, libobjc }:
callPackage ./generic-cmake.nix (rec {
inherit Foundation libobjc;
version = "5.14.0.177";
sha256 = "164l30fkvfgs1rh663h7dnm1yp7425bi9x2lh2y6zml8h4pgmxfl";
enableParallelBuilding = false;
})