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
This commit is contained in:
Efraim Flashner 2025-05-21 15:50:36 +03:00 committed by Andreas Enge
parent b42427961a
commit 6f4a5edb19
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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