mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: uim: Build reproducibly.
* gnu/packages/xorg.scm (uim)[arguments]: Disable parallel build.
This commit is contained in:
parent
964cdd57fa
commit
da115f9f7a
1 changed files with 2 additions and 0 deletions
|
@ -6485,6 +6485,8 @@ (define-public uim
|
|||
(guix build emacs-utils))
|
||||
#:imported-modules (,@%gnu-build-system-modules
|
||||
(guix build emacs-utils))
|
||||
#:parallel-build? #f ; for reproducible generation of
|
||||
; share/uim/installed-modules.scm
|
||||
#:configure-flags
|
||||
(list "--with-anthy-utf8"
|
||||
(string-append "--with-lispdir=" %output "/share/emacs")
|
||||
|
|
Loading…
Reference in a new issue