···3131 doCheck = true;
3232 nativeCheckInputs = [ lua51Packages.busted util-linux neovim ];
3333 # filter out one test that fails in the sandbox of nix
3434- checkPhase = ''
3434+ checkPhase = let
3535+ exclude-tags = if stdenv.isDarwin then "nix,mac" else "nix";
3636+ in ''
3537 runHook preCheck
3636- make test BUSTED='busted --output TAP --exclude-tags=nix'
3838+ make test BUSTED='busted --output TAP --exclude-tags=${exclude-tags}'
3739 runHook postCheck
3840 '';
39414042 meta = with lib; {
4141- broken = stdenv.isDarwin;
4243 description = "Use neovim as pager";
4344 longDescription = ''
4445 Use neovim as a pager to view manpages, diffs, etc with nvim's syntax