phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit a71579a066accffe0189d43ba88fcaaff5765f72
Author: Ludovic Courtès <[email protected]>
Date: Sun May 3 00:08:37 2015 +0200
install: Add bash-completion to the packages.
* gnu/system/install.scm (installation-os)[packages]: Add
BASH-COMPLETION.
---
gnu/system/install.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 2fd35e8..d55f0a0 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -24,6 +24,7 @@
#:use-module ((guix store) #:select (%store-prefix))
#:use-module (guix profiles)
#:use-module (gnu packages admin)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages linux)
#:use-module (gnu packages cryptsetup)
#:use-module (gnu packages package-management)
@@ -316,6 +317,7 @@ Use Alt-F2 for documentation.
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
;; space; furthermore util-linux's fdisk is already
;; available here, so we keep that.
+ bash-completion
%base-packages))))
;; Return it here so 'guix system' can consume it directly.