GNU bug report logs -
#77730
[PATCH 0/2] gnu: qutebrowser: Update to 3.4.0.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Fri, 11 Apr 2025 09:01:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 77730 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web-browsers.scm (qutebrowser): Build and install
documentation.
Change-Id: I76f1b30282a7822f896c5896ff51c69016768169
---
gnu/packages/web-browsers.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 1154242a5af..8951b50a875 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -587,6 +587,12 @@ (define-public qutebrowser
(string-append "os.path.join(\""
(assoc-ref outputs "out")
"\", \"share\", \"qutebrowser\"")))))
+ (add-after 'build 'build-docs
+ (lambda _
+ (substitute* "scripts/asciidoc2html.py"
+ (("sys.executable, \"-m\", \"asciidoc\"")
+ "\"asciidoc\""))
+ (invoke "python" "scripts/asciidoc2html.py")))
(add-before 'check 'set-env-offscreen
(lambda _
(setenv "QT_QPA_PLATFORM" "offscreen")))
--
2.49.0
This bug report was last modified 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.