gnu: busybox: Make build reproducible.
* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]: New phase.
This commit is contained in:
parent
f810d69b6c
commit
c37dc30e61
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-before 'configure 'disable-timestamps
|
||||||
|
(lambda _
|
||||||
|
(setenv "KCONFIG_NOTIMESTAMP" "1")
|
||||||
|
#t))
|
||||||
(add-before 'configure 'disable-taskset
|
(add-before 'configure 'disable-taskset
|
||||||
;; This feature fails its tests in the build environment,
|
;; This feature fails its tests in the build environment,
|
||||||
;; was default 'n' until after 1.26.2.
|
;; was default 'n' until after 1.26.2.
|
||||||
|
|
|
||||||
Reference in a new issue