summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2018-04-06 21:10:42 +0200
committerMichael Weiss <dev.primeos@gmail.com>2018-04-06 21:17:52 +0200
commit9db699e4a3cc307de51d9b90a1746e6b115efbbc (patch)
tree2761eb950a600e70b8a7f8d824f6e3ff16c959f5 /pkgs
parentadd8d33447c5b25becb7617a559753eca16480ec (diff)
downloadnixlib-9db699e4a3cc307de51d9b90a1746e6b115efbbc.tar
nixlib-9db699e4a3cc307de51d9b90a1746e6b115efbbc.tar.gz
nixlib-9db699e4a3cc307de51d9b90a1746e6b115efbbc.tar.bz2
nixlib-9db699e4a3cc307de51d9b90a1746e6b115efbbc.tar.lz
nixlib-9db699e4a3cc307de51d9b90a1746e6b115efbbc.tar.xz
nixlib-9db699e4a3cc307de51d9b90a1746e6b115efbbc.tar.zst
nixlib-9db699e4a3cc307de51d9b90a1746e6b115efbbc.zip
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/wlroots/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix
index 3fdaeb824382..24cff1996c35 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;
   };
 }