watchlog: Remove Darwin from supported platforms.

+3
+3
pkgs/tools/misc/watchlog/default.nix
··· 22 22 homepage = "https://gitlab.com/kevincox/watchlog"; 23 23 license = lib.licenses.asl20; 24 24 maintainers = with lib.maintainers; [ kevincox ]; 25 + 26 + # Dependency only supports Linux + Windows: https://github.com/mentaljam/standard_paths/tree/master/src 27 + platforms = with lib.platforms; linux ++ windows; 25 28 }; 26 29 }