unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61524] [PATCH] gnu: aspell: fix cross-compile.
@ 2023-02-15  2:41 Z572 via Guix-patches via
  2023-03-01  6:56 ` bug#61524: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2023-02-15  2:41 UTC (permalink / raw)
  To: 61524

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1056 bytes --]

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61524: [PATCH] gnu: aspell: fix cross-compile.
  2023-02-15  2:41 [bug#61524] [PATCH] gnu: aspell: fix cross-compile Z572 via Guix-patches via
@ 2023-03-01  6:56 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-01  6:56 UTC (permalink / raw)
  To: Z572; +Cc: 61524-done

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).




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-01  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  2:41 [bug#61524] [PATCH] gnu: aspell: fix cross-compile Z572 via Guix-patches via
2023-03-01  6:56 ` bug#61524: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).