Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

weechat-dev: mark as broken

Non-dev version is newer anyway.

+1
+1
pkgs/applications/networking/irc/weechat/devel.nix
··· 37 37 license = stdenv.lib.licenses.gpl3; 38 38 maintainers = with stdenv.lib.maintainers; [ lovek323 garbas the-kenny ]; 39 39 platforms = stdenv.lib.platforms.unix; 40 + broken = true; # we have a newer stable that builds 40 41 }; 41 42 }