tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part)

This commit is contained in:
Jan Malakhovski
2018-04-25 04:18:46 +00:00
parent f07f0c6009
commit 7438083a4d
135 changed files with 326 additions and 52 deletions
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
stdenv.lib.optional stdenv.isDarwin "-mmacosx-version-min=10.9";
enableParallelBuilding = true;
doCheck = false; # fails
meta = {
license = stdenv.lib.licenses.gpl2Plus;
@@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
configureFlags = "--disable-scrollkeeper";
doCheck = false; # requires a lot of stuff
doInstallCheck = false; # fails
passthru = {
# Consumers are expected to copy the m4 files to their source tree, let them reuse the patch
respect_xml_catalog_files_var_patch = ./respect-xml-catalog-files-var.patch;