1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: qutebrowser: Fix docs installation.

* gnu/packages/web-browsers.scm (qutebrowser)[phases]:
Run 'build-docs before 'build so that generated doc files are copied to
the "build" directory.

Change-Id: I87a1c39efaee92676a8d89a651fdb53c3a7c929a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Sergey Trofimov
2025-06-24 10:56:17 +02:00
committed by Sharlatan Hellseher
parent 701c27aab4
commit 142174e41e

View File

@@ -596,7 +596,7 @@ interface.")
(string-append "os.path.join(\""
(assoc-ref outputs "out")
"\", \"share\", \"qutebrowser\"")))))
(add-after 'build 'build-docs
(add-before 'build 'build-docs
(lambda _
(substitute* "scripts/asciidoc2html.py"
(("sys.executable, \"-m\", \"asciidoc\"")