1
0
Fork 1
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:
Michael Weiss 2018-04-06 21:10:42 +02:00
parent add8d33447
commit 9db699e4a3

View file

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