mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 08:01:14 +00:00
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.
This commit is contained in:
parent
add8d33447
commit
9db699e4a3
|
@ -42,5 +42,8 @@ in stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ primeos ];
|
||||
# Marked as broken until the first official/stable release (upstream
|
||||
# request). See #38344 for the public discussion.
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue