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:
parent
2e7efc14f2
commit
bce7225aa9
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue