This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bfb8a74880 gnu: aspell: fix cross-compile.
bfb8a74880 is described below
commit bfb8a748809630bcdc1e3bf2194598b4d0a00167
Author: Z572 <[email protected]>
AuthorDate: Wed Feb 15 10:41:41 2023 +0800
gnu: aspell: fix cross-compile.
* gnu/packages/aspell.scm (aspell): fix cross-compile.
[inputs]: move perl to ...
[native-inputs]: here.
Signed-off-by: 宋文武 <[email protected]>
---
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 0f9a07895d..3482a756e0 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2020 Noah Landis <[email protected]>
;;; Copyright © 2021 Sergiu Ivanov <[email protected]>
;;; Copyright © 2023 Yovan Naumovski <[email protected]>
+;;; Copyright © 2023 Zheng Junjie <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -75,7 +76,7 @@
(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