~ruther/guix-local

f6622b7422fa990c5e9a4ee9496b4469b0346b00 — Maxim Cournoyer 1 year, 2 months ago 50f2efb
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/bash.scm
M gnu/packages/bash.scm => gnu/packages/bash.scm +1 -1
@@ 256,7 256,7 @@ without modification.")

(define-public bash-minimal
  ;; A stripped-down Bash for non-interactive use.
  (package (inherit bash)
  (package/inherit bash
    (name "bash-minimal")
    (inputs '())                                ; no readline, no curses