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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user