disable meson checks

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-19 21:03:56 +01:00
parent 53fec31359
commit 471b117068
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -8,4 +8,8 @@ args: self: prev: let
in {
pandoc = self.writeScriptBin "pandoc" "true";
inherit (pkgsX86) gccgo gfortran;
meson = super.meson.overrideAttrs (_: {
doCheck = false;
doInstallCheck = false;
});
}