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

wayout: mark as unsupported rather than broken on darwin

authored by Jörg Thalheim and committed by GitHub 02607a57 d90dd6a9

+1 -1
+1 -1
pkgs/tools/wayland/wayout/default.nix
··· 22 22 homepage = "https://git.sr.ht/~shinyzenith/wayout"; 23 23 license = licenses.bsd2; 24 24 maintainers = with maintainers; [ onny ]; 25 - broken = stdenv.isDarwin; # Build failed on Darwin 25 + platforms = platforms.linux; 26 26 }; 27 27 28 28 }