kvazaar: disable failing test on Darwin

This commit is contained in:
Sam
2025-11-16 00:48:32 -07:00
parent 1589c50db3
commit 28184de882

View File

@@ -43,6 +43,8 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
env.XFAIL_TESTS = lib.optionalString stdenv.hostPlatform.isDarwin "test_slices.sh";
passthru = {
updateScript = gitUpdater { rev-prefix = "v"; };
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;