GNU bug report logs - #58426
[PATCH] gnu: nheko: Do not build api docs.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Tue, 11 Oct 2022 05:33:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Rohleder <mike <at> rohleder.de>
Subject: bug#58426: closed (Re: bug#58426: [PATCH] gnu: nheko: Do not
 build api docs.)
Date: Mon, 17 Oct 2022 08:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58426: [PATCH] gnu: nheko: Do not build api docs.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58426 <at> debbugs.gnu.org.

-- 
58426: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58426
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 58426-done <at> debbugs.gnu.org
Subject: Re: bug#58426: [PATCH] gnu: nheko: Do not build api docs.
Date: Mon, 17 Oct 2022 10:36:55 +0200
Michael Rohleder <mike <at> 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’.

[Message part 3 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: nheko: Do not build api docs.
Date: Tue, 11 Oct 2022 07:30:02 +0200
* 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




This bug report was last modified 2 years and 220 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.