[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/17: gnu: grub: Install documentation.
From: |
Mark H. Weaver |
Subject: |
09/17: gnu: grub: Install documentation. |
Date: |
Fri, 28 Aug 2015 15:56:06 +0000 |
mhw pushed a commit to branch wip-loongson2f
in repository guix.
commit 737599a11565490a761a20cda4906f68729cb754
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.
- branch wip-loongson2f created (now d6c78a5), Mark H. Weaver, 2015/08/28
- 04/17: gnu: linux-libre: Add 'supported-systems' field: Intel only for now., Mark H. Weaver, 2015/08/28
- 03/17: linux-initrd: Use pata_acpi, pata_atiixp, and isci modules only on Intel., Mark H. Weaver, 2015/08/28
- 08/17: gnu: grub: Use modify-phases and other minor cleanups., Mark H. Weaver, 2015/08/28
- 01/17: system: grub: On MIPS, the linux image name is vmlinuz, not bzImage., Mark H. Weaver, 2015/08/28
- 09/17: gnu: grub: Install documentation.,
Mark H. Weaver <=
- 06/17: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage., Mark H. Weaver, 2015/08/28
- 02/17: system: grub: Adjust eye-candy to work on non-Intel systems., Mark H. Weaver, 2015/08/28
- 12/17: TEMPORARY_HACK: gnu: qemu: Disable tests on MIPS., Mark H. Weaver, 2015/08/28
- 10/17: gnu: grub: Update to 2.02-beta2-500-gba218c1., Mark H. Weaver, 2015/08/28
- 05/17: gnu: linux-libre: Add case for ARCH=mips., Mark H. Weaver, 2015/08/28
- 16/17: NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel., Mark H. Weaver, 2015/08/28
- 14/17: PRELIMINARY: system: grub: Convert grub background using rsvg-convert, not inkscape., Mark H. Weaver, 2015/08/28
- 11/17: gnu: grub: Add support for Loongson-based machines., Mark H. Weaver, 2015/08/28
- 15/17: PRELIMINARY: Attempts to get VMs working on MIPS., Mark H. Weaver, 2015/08/28
- 17/17: MIPS_ONLY: Modify installation-os for Loongson., Mark H. Weaver, 2015/08/28