mono: fix build w/glibc-2.30
This commit is contained in:
parent
90ca2a49a0
commit
c30b4a746f
@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [glib];
|
||||
|
||||
NIX_LDFLAGS = if stdenv.isDarwin then "" else "-lgcc_s" ;
|
||||
|
||||
configureFlags = [
|
||||
"--x-includes=${libX11.dev}/include"
|
||||
"--x-libraries=${libX11.out}/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user