guix_mirror_bot pushed a commit to branch bootstrap-team in repository guix.
commit e293184b80d6858401408990a7bc8bc5bad61083 Author: Efraim Flashner <[email protected]> AuthorDate: Tue Feb 3 13:41:25 2026 +0200 gnu: findutils-boot0: Update configure flags. * gnu/packages/commencement.scm (findutils-boot0)[arguments]: Adjust the 'configure-flags. Change-Id: I20bbc732dbd5d2a14e0448b94f745794c2b77414 --- gnu/packages/commencement.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index cad96154e7..52696d3982 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -3181,12 +3181,9 @@ exec " gcc "/bin/" program ,@(substitute-keyword-arguments (package-arguments findutils) ((#:configure-flags flags ''()) `(append - ;; TODO: Figure out exactly with architectures need this. - ,(if (target-64bit?) + ,(if (target-x86-64?) ''("TIME_T_32_BIT_OK=yes") ''()) - '("--disable-year2038") - '() ; XXX: List only added to prevent rebuilds! ,flags)) ((#:phases phases '%standard-phases) `(modify-phases ,phases
