mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
wayout: mark as unsupported rather than broken on darwin
This commit is contained in:
parent
a30eeb16a0
commit
4a48f8e21a
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://git.sr.ht/~shinyzenith/wayout";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
broken = stdenv.isDarwin; # Build failed on Darwin
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user