From 9db699e4a3cc307de51d9b90a1746e6b115efbbc Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 6 Apr 2018 21:10:42 +0200 Subject: [PATCH] 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. --- pkgs/development/libraries/wlroots/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix index 3fdaeb82438..24cff1996c3 100644 --- a/pkgs/development/libraries/wlroots/default.nix +++ b/pkgs/development/libraries/wlroots/default.nix @@ -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; }; }