mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bash-minimal: Use package/inherit.
This ensures that any grafts applied to bash will be inherited to this variant. * gnu/packages/bash.scm (bash-minimal): Use package/inherit. Change-Id: I5221b08c02b7afc7b88e01265eea41d27cd010f0
This commit is contained in:
parent
50f2efbb22
commit
f6622b7422
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ without modification.")
|
||||||
|
|
||||||
(define-public bash-minimal
|
(define-public bash-minimal
|
||||||
;; A stripped-down Bash for non-interactive use.
|
;; A stripped-down Bash for non-interactive use.
|
||||||
(package (inherit bash)
|
(package/inherit bash
|
||||||
(name "bash-minimal")
|
(name "bash-minimal")
|
||||||
(inputs '()) ; no readline, no curses
|
(inputs '()) ; no readline, no curses
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue