This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-packages-team
in repository guix.

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new 08d53d027e gnu: diffutils-boot0: Add back inherited package arguments.
08d53d027e is described below

commit 08d53d027ee15ab3574a22b0328e930267d621e3
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed May 21 15:50:36 2025 +0300

    gnu: diffutils-boot0: Add back inherited package arguments.
    
    This was reported by yelninei on IRC.
    
    * gnu/packages/commencement.scm (diffutils-boot0)[arguments]: Inherit
    package arguments from diffutils.
    
    Change-Id: Ie438ad47c7262a6df62f6d26c31f78f1338f4bdd
---
 gnu/packages/commencement.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 935112dd80..95343d310a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2070,7 +2070,8 @@ exec " gcc "/bin/" program
     (arguments
      `(#:tests? #f                            ; the test suite needs diffutils
        #:guile ,%bootstrap-guile
-       #:implicit-inputs? #f))))
+       #:implicit-inputs? #f
+       ,@(package-arguments diffutils)))))
 
 (define findutils-boot0
   (package

Reply via email to