mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b42427961a
commit
6f4a5edb19
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue