mono: fix build w/glibc-2.30

This commit is contained in:
Maximilian Bosch 2020-01-23 01:46:29 +01:00
parent ad2fd68cff
commit 7fea9df027
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [glib];
NIX_LDFLAGS = if stdenv.isDarwin then "" else "-lgcc_s" ;
# To overcome the bug https://bugzilla.novell.com/show_bug.cgi?id=644723
dontDisableStatic = true;