guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/13: gnu: nheko: Do not build api docs.


From: guix-commits
Subject: 12/13: gnu: nheko: Do not build api docs.
Date: Mon, 17 Oct 2022 04:45:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 76de39c3401c8863613e628e16e65abb1204aa5a
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Oct 11 07:30:02 2022 +0200

    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>
---
 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 11abde0959..fa889d24a7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2403,7 +2403,6 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
       #: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 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
            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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]