apteryx pushed a commit to branch master
in repository guix.

commit d110f7dd006f4e47aa56de3cdaf5bb4b82eb5ca2
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Wed May 7 09:10:38 2025 +0900

    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
---
 gnu/packages/bash.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 31a818bc79..c88f38f537 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -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)

Reply via email to