mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: nheko: Do not build api docs.
* gnu/packages/messaging.scm (nheko)[arguments]<#:configure-flags>: Remove -DBUILD_DOCS=ON. [native-inputs]: Remove doxygen, graphviz. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cc45fa70f3
commit
76de39c340
1 changed files with 1 additions and 2 deletions
|
@ -2403,7 +2403,6 @@ (define-public nheko
|
|||
#:tests? #f ;no test target
|
||||
#:configure-flags
|
||||
#~(list "-DCMAKE_BUILD_TYPE=Release"
|
||||
"-DBUILD_DOCS=ON"
|
||||
;; Fix required because we are using a static SingleApplication
|
||||
"-DCMAKE_CXX_FLAGS= \"-DQAPPLICATION_CLASS=QApplication\" "
|
||||
;; Compile Qml will make Nheko faster, but you will need to recompile
|
||||
|
@ -2469,7 +2468,7 @@ (define-public nheko
|
|||
xcb-util-wm
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list asciidoc doxygen graphviz pkg-config qttools-5))
|
||||
(list asciidoc pkg-config qttools-5))
|
||||
(home-page "https://github.com/Nheko-Reborn/nheko")
|
||||
(synopsis "Desktop client for Matrix using Qt and C++14")
|
||||
(description "@code{Nheko} want to provide a native desktop app for the
|
||||
|
|
Loading…
Reference in a new issue