[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: grub: Add comment noting that 'fuse' would be a desirable in
From: |
Mark H. Weaver |
Subject: |
04/15: gnu: grub: Add comment noting that 'fuse' would be a desirable input. |
Date: |
Thu, 20 Aug 2015 06:55:01 +0000 |
mhw pushed a commit to branch wip-loongson2f
in repository guix.
commit f140cd6271b66c7d2a2adefd548da53e4cbf224f
Author: Mark H Weaver <address@hidden>
Date: Sun Aug 16 00:52:58 2015 -0400
gnu: grub: Add comment noting that 'fuse' would be a desirable input.
* gnu/packages/grub.scm (grub)[inputs]: Add comment.
---
gnu/packages/grub.scm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm
index 9fda08f..4a7dca8 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -106,6 +106,7 @@
("gettext" ,gnu-gettext)
("freetype" ,freetype)
;; ("libusb" ,libusb)
+ ;; ("fuse" ,fuse)
("ncurses" ,ncurses)))
(native-inputs
`(("unifont" ,unifont)
- branch wip-loongson2f created (now efd15f9), Mark H. Weaver, 2015/08/20
- 08/15: system: grub: On MIPS, the linux image name is vmlinuz, not bzImage., Mark H. Weaver, 2015/08/20
- 01/15: gnu: linux-libre: Add case for ARCH=mips., Mark H. Weaver, 2015/08/20
- 05/15: gnu: grub: Update to 2.02-beta2-500-gba218c1., Mark H. Weaver, 2015/08/20
- 03/15: gnu: grub: Use modify-phases and other minor cleanups., Mark H. Weaver, 2015/08/20
- 02/15: gnu: Add linux-libre-loongson2f., Mark H. Weaver, 2015/08/20
- 06/15: gnu: grub: Install documentation., Mark H. Weaver, 2015/08/20
- 04/15: gnu: grub: Add comment noting that 'fuse' would be a desirable input.,
Mark H. Weaver <=
- 14/15: MIPS_ONLY: services: xorg: Remove several drivers (for Yeeloong)., Mark H. Weaver, 2015/08/20
- 13/15: MIPS_ONLY: Don't try to copy modules that don't exist in the loongson2f kernel., Mark H. Weaver, 2015/08/20
- 07/15: gnu: grub: Add support for Loongson-based machines., Mark H. Weaver, 2015/08/20
- 11/15: gnu: gst-plugins-base: Disable tests on MIPS and ARM., Mark H. Weaver, 2015/08/20
- 10/15: system: grub: Adjust eye-candy to work on non-Intel systems., Mark H. Weaver, 2015/08/20
- 15/15: MIPS_ONLY: file-systems: Remove hugetlb cgroup filesystem., Mark H. Weaver, 2015/08/20
- 12/15: PRELIMINARY: Fix problem with 'guix system init --nogrub'., Mark H. Weaver, 2015/08/20
- 09/15: system: grub: Convert grub background using rsvg-convert, not inkscape., Mark H. Weaver, 2015/08/20