mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
install: Add bash-completion to the packages.
* gnu/system/install.scm (installation-os)[packages]: Add BASH-COMPLETION.
This commit is contained in:
parent
dedb17ad01
commit
f4bdfe7381
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ (define-module (gnu system install)
|
||||||
#:use-module ((guix store) #:select (%store-prefix))
|
#:use-module ((guix store) #:select (%store-prefix))
|
||||||
#:use-module (guix profiles)
|
#:use-module (guix profiles)
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages cryptsetup)
|
#:use-module (gnu packages cryptsetup)
|
||||||
#:use-module (gnu packages package-management)
|
#:use-module (gnu packages package-management)
|
||||||
|
@ -316,6 +317,7 @@ (define installation-os
|
||||||
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
|
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
|
||||||
;; space; furthermore util-linux's fdisk is already
|
;; space; furthermore util-linux's fdisk is already
|
||||||
;; available here, so we keep that.
|
;; available here, so we keep that.
|
||||||
|
bash-completion
|
||||||
%base-packages))))
|
%base-packages))))
|
||||||
|
|
||||||
;; Return it here so 'guix system' can consume it directly.
|
;; Return it here so 'guix system' can consume it directly.
|
||||||
|
|
Loading…
Reference in a new issue