Merge pull request #177640 from kevincox/wl-no-darwin

watchlog: Remove Darwin from supported platforms.
main
Kevin Cox 2 years ago committed by GitHub
commit 33186e776b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/tools/misc/watchlog/default.nix

@ -22,5 +22,8 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.com/kevincox/watchlog";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ kevincox ];
# Dependency only supports Linux + Windows: https://github.com/mentaljam/standard_paths/tree/master/src
platforms = with lib.platforms; linux ++ windows;
};
}

Loading…
Cancel
Save