* [bug#58426] [PATCH] gnu: nheko: Do not build api docs.
@ 2022-10-11 5:30 Michael Rohleder
2022-10-17 8:36 ` bug#58426: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-10-11 5:30 UTC (permalink / raw)
To: 58426; +Cc: Michael Rohleder
* gnu/packages/messaging.scm (nheko)[arguments]<#:configure-flags>: Remove -DBUILD_DOCS=ON.
[native-inputs]: Remove doxygen, graphviz.
---
It doesn't make sense to build the api docs and not install them.
gnu/packages/messaging.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2ce0ce2689..136b195769 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#58426: [PATCH] gnu: nheko: Do not build api docs.
2022-10-11 5:30 [bug#58426] [PATCH] gnu: nheko: Do not build api docs Michael Rohleder
@ 2022-10-17 8:36 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-17 8:36 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 58426-done
Michael Rohleder <mike@rohleder.de> skribis:
> * gnu/packages/messaging.scm (nheko)[arguments]<#:configure-flags>: Remove -DBUILD_DOCS=ON.
> [native-inputs]: Remove doxygen, graphviz.
> ---
> It doesn't make sense to build the api docs and not install them.
Indeed. :-) Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-17 8:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 5:30 [bug#58426] [PATCH] gnu: nheko: Do not build api docs Michael Rohleder
2022-10-17 8:36 ` bug#58426: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.