mono: remove outdated wokaround
This commit is contained in:
parent
d1508cb819
commit
7639c4adc2
@ -24,9 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
NIX_LDFLAGS = if stdenv.isDarwin then "" else "-lgcc_s" ;
|
NIX_LDFLAGS = if stdenv.isDarwin then "" else "-lgcc_s" ;
|
||||||
|
|
||||||
# To overcome the bug https://bugzilla.novell.com/show_bug.cgi?id=644723
|
|
||||||
dontDisableStatic = true;
|
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--x-includes=${libX11.dev}/include"
|
"--x-includes=${libX11.dev}/include"
|
||||||
"--x-libraries=${libX11.out}/lib"
|
"--x-libraries=${libX11.out}/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user