mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: make-bootstrap: Allow bit-reproducibility for 'glibc-stripped'.
* gnu/packages/make-bootstrap.scm (%glibc-stripped): Remove '.install' and '..install.cmd' files.
This commit is contained in:
@@ -363,6 +363,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
||||
(string-append incdir "/asm"))
|
||||
(copy-recursively (string-append linux "/include/asm-generic")
|
||||
(string-append incdir "/asm-generic"))
|
||||
|
||||
;; Remove the '.install' and '..install.cmd' files; the latter
|
||||
;; contains store paths, which prevents bit reproducibility.
|
||||
(for-each delete-file (find-files incdir "\\.install"))
|
||||
|
||||
#t))))
|
||||
(inputs `(("libc" ,(let ((target (%current-target-system)))
|
||||
(if target
|
||||
|
||||
Reference in New Issue
Block a user