guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: grub: Install documentation.


From: Ludovic Courtès
Subject: 06/10: gnu: grub: Install documentation.
Date: Wed, 28 Oct 2015 11:04:45 +0000

civodul pushed a commit to branch master
in repository guix.

commit 58301666dd3e372ee05aa23e4043781c8d24be97
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]