Merge pull request #191607 from viraptor/wayout-supported-platforms

wayout: mark as unsupported rather than broken on darwin
This commit is contained in:
Jörg Thalheim
2022-09-17 16:03:44 +02:00
committed by GitHub
+1 -1
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;
};
}