about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat/devel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/irc/weechat/devel.nix')
-rw-r--r--pkgs/applications/networking/irc/weechat/devel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/irc/weechat/devel.nix b/pkgs/applications/networking/irc/weechat/devel.nix
index 34ca4b4d7c6e..a2f32e2b3d3c 100644
--- a/pkgs/applications/networking/irc/weechat/devel.nix
+++ b/pkgs/applications/networking/irc/weechat/devel.nix
@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
     license     = stdenv.lib.licenses.gpl3;
     maintainers = with stdenv.lib.maintainers; [ lovek323 garbas the-kenny ];
     platforms   = stdenv.lib.platforms.unix;
+    broken      = true; # we have a newer stable that builds
   };
 }