mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tofi: Build the man-pages.
* gnu/packages/xdisorg.scm (tofi)[native-inputs]: Add scdoc.
This commit is contained in:
parent
15838db973
commit
242cc93438
1 changed files with 1 additions and 1 deletions
|
@ -1995,7 +1995,7 @@ (define-public tofi
|
|||
"1paknsgfsgan27lqwhb2ndsk4gi8ciq9r49b0fpbbdwxk7ljk2cn"))
|
||||
(patches (search-patches "tofi-32bit-compat.patch"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(native-inputs (list pkg-config scdoc))
|
||||
(inputs (list cairo
|
||||
harfbuzz
|
||||
libxkbcommon
|
||||
|
|
Loading…
Reference in a new issue