1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: bash-with-syslog: Use package/inherit.

This ensures that any grafts applied to bash will be inherited to this
variant.

* gnu/packages/bash.scm (bash-with-syslog): Use package/inherit.

Change-Id: I58aa0f23f624f9e27a5842f638a49bb715b51122
This commit is contained in:
Maxim Cournoyer 2025-05-07 09:10:38 +09:00
parent ad73bdec85
commit d110f7dd00
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -321,8 +321,7 @@ without modification.")
#t))))))))))
(define-public bash-with-syslog
(package
(inherit bash)
(package/inherit bash
(name "bash-with-syslog")
(arguments
(substitute-keyword-arguments (package-arguments bash)