guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61524] [PATCH] gnu: aspell: fix cross-compile.


From: Z572
Subject: [bug#61524] [PATCH] gnu: aspell: fix cross-compile.
Date: Wed, 15 Feb 2023 10:41:41 +0800

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]