mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
watchlog: Remove Darwin from supported platforms.
This commit is contained in:
parent
1712ecaa51
commit
b88c8dbe07
@ -22,5 +22,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://gitlab.com/kevincox/watchlog";
|
homepage = "https://gitlab.com/kevincox/watchlog";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ kevincox ];
|
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…
Reference in New Issue
Block a user