disable meson checks
This commit is contained in:
parent
53fec31359
commit
471b117068
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue