guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: grub: Install documentation.


From: Mark H. Weaver
Subject: 09/13: gnu: grub: Install documentation.
Date: Wed, 09 Sep 2015 05:11:26 +0000

mhw pushed a commit to branch wip-loongson2f
in repository guix.

commit d1ba7580bd943a3966edef7dc131303b70ccd747
Author: Mark H Weaver <address@hidden>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]