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:
Maxim Cournoyer 2025-05-07 09:09:29 +09:00
parent 50f2efbb22
commit f6622b7422
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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