emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#61524: closed ([PATCH] gnu: aspell: fix cross-compile.)
Date: Wed, 01 Mar 2023 06:57:02 +0000

Your message dated Wed, 01 Mar 2023 14:56:42 +0800
with message-id <87a60xyn6d.fsf@envs.net>
and subject line Re: bug#61524: [PATCH] gnu: aspell: fix cross-compile.
has caused the debbugs.gnu.org bug report #61524,
regarding [PATCH] gnu: aspell: fix cross-compile.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61524: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61524
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: bug#61524: [PATCH] gnu: aspell: fix cross-compile. Date: Wed, 01 Mar 2023 14:56:42 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Z572 <873216071@qq.com> writes:

> * gnu/packages/aspell.scm (aspell): fix cross-compile.
> [inputs]: move perl to ...
> [native-inputs]: here.

Pushed, thank you!

(Note: this doesn't change the output hash, so it's safe to push).


--- End Message ---

reply via email to

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