guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: m17n-db: Fix cross-compile.


From: guix-commits
Subject: 01/02: gnu: m17n-db: Fix cross-compile.
Date: Fri, 17 Mar 2023 06:33:42 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit bf2c66b44e17c9749bbc1ef5e0330caf4c91ef4c
Author: Z572 <873216071@qq.com>
AuthorDate: Mon Mar 6 13:57:34 2023 +0800

    gnu: m17n-db: Fix cross-compile.
    
    * gnu/packages/emacs.scm (m17n-db)
    [inputs]: Move gettext-minimal to ...
    [native-inputs]: ... here.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/emacs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 <Morgan.J.Smith@outlook.com>
 ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
 ;;; Copyright © 2023 Declan Tsien <declantsien@riseup.net>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]