diff options
author | Z572 <873216071@qq.com> | 2023-02-15 10:41:41 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-03-01 14:53:05 +0800 |
commit | bfb8a748809630bcdc1e3bf2194598b4d0a00167 (patch) | |
tree | 085d366e790ad690b65541ba0fbf62d5f4c83140 /gnu/packages | |
parent | f9925ad9c4b30ef7fe5fdb7b3ad93e1940d40cd3 (diff) | |
download | guix-bfb8a748809630bcdc1e3bf2194598b4d0a00167.tar guix-bfb8a748809630bcdc1e3bf2194598b4d0a00167.tar.gz |
gnu: aspell: fix cross-compile.
* gnu/packages/aspell.scm (aspell): fix cross-compile.
[inputs]: move perl to ...
[native-inputs]: here.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/aspell.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 <noahlandis@posteo.net> ;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr> ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream> +;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; ;;; 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 |