lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wlroots,rootston: Mark them as broken until the first stable release

Upstream requested that we remove these packages until the first stable
release. More details are in #38344. This isn't ideal but it seems like
the best solution for now.
Close #38344.

+3
+3
pkgs/development/libraries/wlroots/default.nix
··· 42 42 license = licenses.mit; 43 43 platforms = platforms.linux; 44 44 maintainers = with maintainers; [ primeos ]; 45 + # Marked as broken until the first official/stable release (upstream 46 + # request). See #38344 for the public discussion. 47 + broken = true; 45 48 }; 46 49 }