diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-22 22:52:42 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-22 22:52:42 +0900 |
commit | b8f8699a1f6e23fec46be7e086abde1270331ac9 (patch) | |
tree | 232bd1bcb1613c61e869121e2ff926f3af3ed283 /gnu | |
parent | 7d5f0227d679a3650f24cbdf37905a13d039e951 (diff) | |
download | guix-b8f8699a1f6e23fec46be7e086abde1270331ac9.tar.gz guix-b8f8699a1f6e23fec46be7e086abde1270331ac9.zip |
gnu: totem: Generate man pages.
* gnu/packages/gnome.scm (totem) [native-inputs]: Add perl.
Change-Id: I8ea9a92c6cc94fbb8d6dafa8ea1b8337ed928468
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 242cdb6325..77a0633b50 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6771,6 +6771,7 @@ discovery protocols.") intltool itstool libxml2 + perl ;for pod2man pkg-config xorg-server-for-tests)) (propagated-inputs |