@@ 2070,16 2070,7 @@ exec " gcc "/bin/" program
(arguments
`(#:tests? #f ; the test suite needs diffutils
#:guile ,%bootstrap-guile
- #:implicit-inputs? #f
- ,@(substitute-keyword-arguments (package-arguments diffutils)
- ((#:configure-flags flags ''())
- (match (%current-system)
- ((or "arm-linux" "aarch64-linux")
- ;; The generated config.status has some problems due to the
- ;; bootstrap environment. Disable dependency tracking to work
- ;; around it.
- `(cons "--disable-dependency-tracking" ,flags))
- (_ flags))))))))
+ #:implicit-inputs? #f))))
(define findutils-boot0
(package