mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: findutils: Update to 4.10.0.
* gnu/packages/base.scm (findutils): Update to 4.10.0. * gnu/packages/commencement.scm (findutils-boot0) [arguments]<#:configure-flags>: Add --disable-year2038. Change-Id: I1b4373038e296818ef537dfa069a29f7bac481dc
This commit is contained in:
parent
f94edace04
commit
f85e6a8076
2 changed files with 3 additions and 2 deletions
|
@ -399,14 +399,14 @@ interactive means to merge two files.")
|
|||
(define-public findutils
|
||||
(package
|
||||
(name "findutils")
|
||||
(version "4.9.0")
|
||||
(version "4.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/findutils/findutils-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zk2sighc26bfdsm97bv7cd1cnvq7r4gll4zqpnp0rs3kp0bigx2"))
|
||||
"1xd4y24qfsdfp3ndz7d5j49lkhbhpzgr13wrvsmx4izjgyvf11qk"))
|
||||
(patches (search-patches "findutils-localstatedir.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
|
@ -2073,6 +2073,7 @@ exec " gcc "/bin/" program
|
|||
,(if (target-64bit?)
|
||||
''("TIME_T_32_BIT_OK=yes")
|
||||
''())
|
||||
'("--disable-year2038")
|
||||
,(match (%current-system)
|
||||
((or "arm-linux" "aarch64-linux")
|
||||
''("--disable-dependency-tracking"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue