Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-02-09 11:00:29 +01:00
60 changed files with 642 additions and 219 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [glib];
# To overcome the bug https://bugzilla.novell.com/show_bug.cgi?id=644723
dontDisableStatic = true;
NIX_LDFLAGS = if stdenv.isDarwin then "" else "-lgcc_s" ;
configureFlags = [
"--x-includes=${libX11.dev}/include"