diff options
author | Alex Kost <alezost@gmail.com> | 2015-09-03 11:12:28 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-09-06 12:33:21 +0300 |
commit | f24931d841bc7879708cdeec93f9b79cee3dc670 (patch) | |
tree | 30144c5289afe29ca4f8b9f8b31329460552f837 /gnu/packages/make-bootstrap.scm | |
parent | 1de0afd5a5f6e1603df414909a3d9c35689aa94e (diff) | |
download | patches-f24931d841bc7879708cdeec93f9b79cee3dc670.tar patches-f24931d841bc7879708cdeec93f9b79cee3dc670.tar.gz |
gnu: bash-light: Rename to bash-minimal.
* gnu/packages/bash.scm (bash-light): Rename to ...
(bash-minimal): ...this.
(static-bash): Use it.
* gnu/packages/make-bootstrap.scm (%bash-static): Use it.
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index a12f4c15a8..91f8bf8955 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -115,7 +115,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." #:native-inputs native-inputs)) (define %bash-static - (static-package bash-light)) + (static-package bash-minimal)) (define %static-inputs ;; Packages that are to be used as %BOOTSTRAP-INPUTS. |