fish: disable checks on darwin

This commit is contained in:
Adam C. Stephens
2025-11-17 09:42:04 -05:00
parent d13e6a856a
commit 70980fc0c2
+2 -1
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