diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-05-15 22:28:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-05-15 22:29:35 +0300 |
commit | 242cc93438d67f5b35602d5add02e230850b0b43 (patch) | |
tree | dd22cf0a865ae9eb4c228f9f9e8ff5dc6ec410bc | |
parent | 15838db9731012c75798240ca5df8e49fe360cbb (diff) |
gnu: tofi: Build the man-pages.
* gnu/packages/xdisorg.scm (tofi)[native-inputs]: Add scdoc.
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 71a3b1f61a..1168f2676e 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1995,7 +1995,7 @@ actions, a built-in clock, a battery monitor and a system tray.") "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 |