gnu: busybox: Make build reproducible.

* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]:
New phase.
This commit is contained in:
Danny Milosavljevic 2020-06-11 23:08:45 +02:00
parent f810d69b6c
commit c37dc30e61
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -45,6 +45,10 @@ (define-public busybox
(arguments
'(#:phases
(modify-phases %standard-phases
(add-before 'configure 'disable-timestamps
(lambda _
(setenv "KCONFIG_NOTIMESTAMP" "1")
#t))
(add-before 'configure 'disable-taskset
;; This feature fails its tests in the build environment,
;; was default 'n' until after 1.26.2.