wayout: mark as unsupported rather than broken on darwin

This commit is contained in:
Stanisław Pitucha 2022-09-17 14:36:10 +10:00 committed by Stanisław Pitucha
parent a30eeb16a0
commit 4a48f8e21a

View file

@ -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;
};
}