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:
parent
ad73bdec85
commit
d110f7dd00
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue