Merge branch 'staging-next'

This commit is contained in:
Vladimír Čunát
2018-08-17 20:51:31 +02:00
248 changed files with 1013 additions and 762 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
# needs fonts otherwise don't know how to pass them
configureFlags = "--disable-docs";
configureFlags = [ "--disable-docs" ];
enableParallelBuilding = true;
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
})];
# needs fonts otherwise don't know how to pass them
configureFlags = "--disable-docs";
configureFlags = [ "--disable-docs" ];
buildInputs = [ babl libpng cairo libjpeg librsvg pango gtk2 bzip2 intltool libintl ]
++ stdenv.lib.optional stdenv.isDarwin OpenGL;