fish: disable checks on darwin (#462589)

This commit is contained in:
Adam C. Stephens
2025-11-17 14:59:15 +00:00
committed by GitHub

View File

@@ -331,7 +331,8 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optional (!stdenv.hostPlatform.isDarwin) man-db;
doCheck = true;
# disable darwin pending https://github.com/NixOS/nixpkgs/pull/462090 getting through staging
doCheck = !stdenv.hostPlatform.isDarwin;
nativeCheckInputs = [
coreutils