From: Z572 via Guix-patches via <guix-patches@gnu.org>
To: 61524@debbugs.gnu.org
Subject: [bug#61524] [PATCH] gnu: aspell: fix cross-compile.
Date: Wed, 15 Feb 2023 10:41:41 +0800 [thread overview]
Message-ID: <tencent_75752A4AD6DD9F80CE6F394949592DF36606@qq.com> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1056 bytes --]
* gnu/packages/aspell.scm (aspell): fix cross-compile.
[inputs]: move perl to ...
[native-inputs]: here.
---
gnu/packages/aspell.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 8978b4e087..fce0f37d25 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -74,7 +75,7 @@ (define-public aspell
(string-append "\"filter-path" middle
"\"" libdir "\"")))
#t))))))
- (inputs (list perl))
+ (native-inputs (list perl))
(native-search-paths
;; This is a Guix-specific environment variable that takes a single
base-commit: c0e9ddfa290056f137ee21a53be6be4fbb8586ea
--
2.39.1
next reply other threads:[~2023-02-15 3:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-15 2:41 Z572 via Guix-patches via [this message]
2023-03-01 6:56 ` bug#61524: [PATCH] gnu: aspell: fix cross-compile 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tencent_75752A4AD6DD9F80CE6F394949592DF36606@qq.com \
--to=guix-patches@gnu.org \
--cc=61524@debbugs.gnu.org \
--cc=873216071@qq.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.