mhw pushed a commit to branch wip-loongson2f
in repository guix.
commit 737599a11565490a761a20cda4906f68729cb754
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 4a7dca8..7875a64 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -29,6 +29,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 (srfi srfi-1))
@@ -112,6 +114,8 @@
`(("unifont" ,unifont)
("bison" ,bison)
("flex" ,flex)
+ ("texinfo" ,texinfo)
+ ("help2man" ,help2man)
;; Dependencies for the test suite. The "real" QEMU is needed here,
;; because several targets are used.