mhw pushed a commit to branch wip-loongson2f
in repository guix.
commit 782418da7caee37aee06fd085f994fa7180bfa12
Author: Mark H Weaver <[email protected]>
Date: Wed Aug 19 13:57:30 2015 -0400
gnu: grub: Install documentation.
* gnu/packages/grub.scm (grub)[native-inputs]: Add help2man and texinfo.
---
gnu/packages/grub.scm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm
index 0eb5196..c76fa22 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -31,6 +31,8 @@
#:use-module (gnu packages fontutils)
#:use-module (gnu packages linux)
#:use-module (gnu packages qemu)
+ #:use-module (gnu packages man)
+ #:use-module (gnu packages texinfo)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages python)
@@ -118,6 +120,8 @@
`(("unifont" ,unifont)
("bison" ,bison)
("flex" ,flex)
+ ("texinfo" ,texinfo)
+ ("help2man" ,help2man)
("python" ,python-2)
("autoconf" ,autoconf)