* [bug#61524] [PATCH] gnu: aspell: fix cross-compile.
@ 2023-02-15 2:41 Z572 via Guix-patches via
2023-03-01 6:56 ` bug#61524: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2023-02-15 2:41 UTC (permalink / raw)
To: 61524
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-01 6:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 2:41 [bug#61524] [PATCH] gnu: aspell: fix cross-compile Z572 via Guix-patches via
2023-03-01 6:56 ` bug#61524: " 宋文武 via Guix-patches via
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.