1
Fork 0
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:
Maxim Cournoyer 2025-05-07 09:10:24 +09:00
parent f6622b7422
commit ad73bdec85
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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