diff options
author | Z572 <[email protected]> | 2023-03-06 13:57:34 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2023-03-17 18:33:38 +0800 |
commit | bf2c66b44e17c9749bbc1ef5e0330caf4c91ef4c (patch) | |
tree | 2a21076ba6140eda5002630643e6cfc070689f56 /gnu/packages/emacs.scm | |
parent | 00b12c65c48e7d8c94951aff11adee8ab143ee06 (diff) |
gnu: m17n-db: Fix cross-compile.
* gnu/packages/emacs.scm (m17n-db)
[inputs]: Move gettext-minimal to ...
[native-inputs]: ... here.
Signed-off-by: 宋文武 <[email protected]>
Diffstat (limited to 'gnu/packages/emacs.scm')
-rw-r--r-- | gnu/packages/emacs.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 34de0bf3e4..e0574f5726 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -24,6 +24,7 @@ ;;; Copyright © 2020 Morgan Smith <[email protected]> ;;; Copyright © 2022 Zhu Zihao <[email protected]> ;;; Copyright © 2023 Declan Tsien <[email protected]> +;;; Copyright © 2023 Zheng Junjie <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -630,7 +631,7 @@ editor (with wide ints)" ) (base32 "0vfw7z9i2s9np6nmx1d4dlsywm044rkaqarn7akffmb6bf1j6zv5")))) (build-system gnu-build-system) - (inputs + (native-inputs `(("gettext" ,gettext-minimal))) (arguments `(#:configure-flags |