Unverified Commit 3c44512b authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

fish: disable checks on darwin (#462589)

parents 9a8c8cc7 70980fc0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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