[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: install: Add bash-completion to the packages.
From: |
Ludovic Courtès |
Subject: |
02/02: install: Add bash-completion to the packages. |
Date: |
Sat, 02 May 2015 22:10:13 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit f4bdfe7381e91c4a7eb71ef31ca889e36574b889
Author: Ludovic Courtès <address@hidden>
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.