1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +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

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)