mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
701c27aab4
commit
142174e41e
1 changed files with 1 additions and 1 deletions
|
|
@ -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\"")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue