mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: static-minimal: Use package/inherit.
This ensures that any grafts applied to bash will be inherited to this variant. * gnu/packages/bash.scm (static-bash): Use package/inherit. Change-Id: I2cce8415747d4ad0df7732d9f516e493b7b46ff7
This commit is contained in:
parent
f6622b7422
commit
ad73bdec85
1 changed files with 1 additions and 2 deletions
|
@ -304,8 +304,7 @@ without modification.")
|
|||
;; Statically-linked Bash that contains nothing but the 'bash' binary and
|
||||
;; 'sh' symlink, without any reference.
|
||||
(let ((bash (static-package bash-minimal)))
|
||||
(package
|
||||
(inherit bash)
|
||||
(package/inherit bash
|
||||
(name "bash-static")
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue