Skip to content
Snippets Groups Projects
Unverified Commit c37dc30e authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

gnu: busybox: Make build reproducible.

* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]:
New phase.
parent f810d69b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment