Merge branch 'master' into mono-cleanup

This commit is contained in:
Jörg Thalheim
2018-10-28 22:59:18 +00:00
committed by GitHub
10 changed files with 75 additions and 61 deletions

View File

@@ -1,8 +0,0 @@
{ callPackage, Foundation, libobjc }:
callPackage ./generic.nix (rec {
inherit Foundation libobjc;
version = "4.4.2.11";
sha256 = "0cxnypw1j7s253wr5hy05k42ghgg2s9qibp10kndwnp5bv12q34h";
enableParallelBuilding = false; # #32386, https://hydra.nixos.org/build/65565737
})