GNU bug report logs -
#61524
[PATCH] gnu: aspell: fix cross-compile.
Previous Next
Reported by: Z572 <873216071 <at> qq.com>
Date: Wed, 15 Feb 2023 03:14:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 01 Mar 2023 14:56:42 +0800
with message-id <87a60xyn6d.fsf <at> 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 <at> gnu.org.)
--
61524: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61524
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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 <at> kadziolka.net>
;;; Copyright © 2020 Noah Landis <noahlandis <at> posteo.net>
;;; Copyright © 2021 Sergiu Ivanov <sivanov <at> colimite.fr>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> 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
[Message part 3 (message/rfc822, inline)]
Z572 <873216071 <at> 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).
This bug report was last modified 2 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.