efraim pushed a commit to branch core-packages-team in repository guix. commit 34a78f219132ae8c80d33d46683b87a0bc99ecd2 Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Tue May 20 09:28:13 2025 +0300
gnu: diffutils-boot0: Remove custom configure-flags on aarch64-linux. * gnu/packages/commencement.scm (diffutils-boot0)[arguments]: Don't disable dependency-tracking when building on aarch64-linux. Change-Id: I98a445411d472eb78abb55a28733c2f77ac5fd3e --- gnu/packages/commencement.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index edd4a1db46..37940c3a37 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -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