mono4: fix build w/glibc-2.30

This commit is contained in:
Maximilian Bosch
2020-01-25 12:15:03 +01:00
parent eddfcc32b4
commit 4f5830cf9e
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -5,4 +5,5 @@ callPackage ./generic.nix ({
version = "4.8.1.0";
sha256 = "1vyvp2g28ihcgxgxr8nhzyzdmzicsh5djzk8dk1hj5p5f2k3ijqq";
enableParallelBuilding = false; # #32386, https://hydra.nixos.org/build/65600645
extraPatches = [ ./mono4-glibc.patch ];
})