about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-10-13 23:11:25 +0200
committerGitHub <noreply@github.com>2022-10-13 23:11:25 +0200
commit5c51f3d548b948a5daece9572d29aa19920de048 (patch)
tree267de967df42098d5017dabc8cd6f9bcb55e8cdb /pkgs/applications/networking/irc
parent14e3245520fc90afbf4083f26b7d0e0f82904838 (diff)
parentd26276e72563786fed06206897f05bf8ff088767 (diff)
Merge pull request #195245 from ncfavier/weechat-docs
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/weechat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index 132504a20e164..7234d92840dca 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -50,7 +50,7 @@ let
 
       cmakeFlags = with lib; [
         "-DENABLE_MAN=ON"
-        "-DENABLE_DOC=OFF"         # TODO(@ncfavier): Documentation fails to build, was deactivated to push through security update
+        "-DENABLE_DOC=ON"
         "-DENABLE_TESTS=${if enableTests then "ON" else "OFF"}"
       ]
         ++ optionals stdenv.isDarwin ["-DICONV_LIBRARY=${libiconv}/lib/libiconv.dylib"]