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
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

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\"")