* 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 ;;; Copyright © 2020 Noah Landis ;;; Copyright © 2021 Sergiu Ivanov +;;; 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