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
This commit is contained in:
Naïm Favier 2023-06-26 11:17:54 +02:00
parent 2e7efc14f2
commit bce7225aa9
No known key found for this signature in database
GPG key ID: 95AFCE8211908325

View file

@ -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"]