mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs: Make build more reproducible
* gnu/packages/emacs.scm (emacs)[arguments]: Add configure-flag to omit build information in binary. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8c141421fa
commit
494978c4a1
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ (define-public emacs
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:configure-flags (list "--with-modules")
|
#:configure-flags (list "--with-modules"
|
||||||
|
"--disable-build-details")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'fix-/bin/pwd
|
(add-before 'configure 'fix-/bin/pwd
|
||||||
|
|
Loading…
Reference in a new issue