nixpkgs/pkgs/tools/system/nsc
Connor Brewster 47a059731e nsc: disable check phase on darwin
nsc is currently marked as broken on darwin because it's check phase
does not pass. However, it builds and works fine.

The check phase failure is due to a test in nsc stripping `-` from some
test output to remove some table formatting. This accidentally removes
`-` in a filesystem path and makes a test fail that expects the output
to contain a specific path.

This should be fixed upstream in nsc, but no need to mark darwin as
broken when it actually does build and work okay.
2023-10-04 17:44:53 -05:00
..
default.nix nsc: disable check phase on darwin 2023-10-04 17:44:53 -05:00