about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-06-26 11:17:54 +0200
committerNaïm Favier <n@monade.li>2023-06-26 11:17:54 +0200
commitbce7225aa91ae798d9028e36451e34219ebd09b2 (patch)
tree4bcf1bbea8ba861a6db6ca324162b7127f6ffed3 /pkgs/applications/networking/irc
parent2e7efc14f29d4f67eb479349ba2d8e4f6ec4f11f (diff)
weechat-unwrapped: fix build with missing features
   All plugins are required to build documentation.
   If you really want to build incomplete docs, enable this option:
     -DENABLE_DOC_INCOMPLETE=ON
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/weechat/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index 8e096796144e9..9fdf4f222718f 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -51,6 +51,7 @@ let
       cmakeFlags = with lib; [
         "-DENABLE_MAN=ON"
         "-DENABLE_DOC=ON"
+        "-DENABLE_DOC_INCOMPLETE=ON"
         "-DENABLE_TESTS=${if enableTests then "ON" else "OFF"}"
       ]
         ++ optionals stdenv.isDarwin ["-DICONV_LIBRARY=${libiconv}/lib/libiconv.dylib"]