nss: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:58:11 +00:00
parent d8cbcb75d4
commit f3057114fb

View File

@ -55,6 +55,11 @@ in stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-Wno-error";
# TODO(@oxij): investigate this: `make -n check` works but `make
# check` fails with "no rule", same for "installcheck".
doCheck = false;
doInstallCheck = false;
postInstall = ''
rm -rf $out/private
mv $out/public $out/include