mono: fix build w/glibc-2.30
This commit is contained in:
parent
ad2fd68cff
commit
7fea9df027
@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [glib];
|
propagatedBuildInputs = [glib];
|
||||||
|
|
||||||
NIX_LDFLAGS = if stdenv.isDarwin then "" else "-lgcc_s" ;
|
|
||||||
|
|
||||||
# To overcome the bug https://bugzilla.novell.com/show_bug.cgi?id=644723
|
# To overcome the bug https://bugzilla.novell.com/show_bug.cgi?id=644723
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user