girara: disable meson tests target on Darwin

This commit is contained in:
Zhongcheng Lao
2023-12-24 09:53:16 +08:00
parent 42e8265222
commit bde3ef062a
+1 -1
View File
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Ddocs=disabled" # docs do not seem to be installed
(lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform))
(lib.mesonEnable "tests" ((stdenv.buildPlatform.canExecute stdenv.hostPlatform) && (!stdenv.isDarwin)))
];
checkPhase = ''