···31 doCheck = true;
32 nativeCheckInputs = [ lua51Packages.busted util-linux neovim ];
33 # filter out one test that fails in the sandbox of nix
34- checkPhase = ''
0035 runHook preCheck
36- make test BUSTED='busted --output TAP --exclude-tags=nix'
37 runHook postCheck
38 '';
3940 meta = with lib; {
41- broken = stdenv.isDarwin;
42 description = "Use neovim as pager";
43 longDescription = ''
44 Use neovim as a pager to view manpages, diffs, etc with nvim's syntax
···31 doCheck = true;
32 nativeCheckInputs = [ lua51Packages.busted util-linux neovim ];
33 # filter out one test that fails in the sandbox of nix
34+ checkPhase = let
35+ exclude-tags = if stdenv.isDarwin then "nix,mac" else "nix";
36+ in ''
37 runHook preCheck
38+ make test BUSTED='busted --output TAP --exclude-tags=${exclude-tags}'
39 runHook postCheck
40 '';
4142 meta = with lib; {
043 description = "Use neovim as pager";
44 longDescription = ''
45 Use neovim as a pager to view manpages, diffs, etc with nvim's syntax