meson uses installCheck, not check
This commit is contained in:
parent
1b5c773a39
commit
a6f15f9c36
|
@ -2,6 +2,6 @@
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [(final: prev: {
|
nixpkgs.overlays = [(final: prev: {
|
||||||
# Meson wants simd in a test
|
# Meson wants simd in a test
|
||||||
meson = prev.meson.overrideAttrs (attrs: { doCheck = false; });
|
meson = prev.meson.overrideAttrs (attrs: { doInstallCheck = false; });
|
||||||
})];
|
})];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue