mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aspell: fix cross-compile.
* gnu/packages/aspell.scm (aspell): fix cross-compile. [inputs]: move perl to ... [native-inputs]: here. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f9925ad9c4
commit
bfb8a74880
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
|
;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
|
||||||
;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
|
;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
|
||||||
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
|
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
|
||||||
|
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -75,7 +76,7 @@
|
||||||
(string-append "\"filter-path" middle
|
(string-append "\"filter-path" middle
|
||||||
"\"" libdir "\"")))
|
"\"" libdir "\"")))
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs (list perl))
|
(native-inputs (list perl))
|
||||||
|
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
;; This is a Guix-specific environment variable that takes a single
|
;; This is a Guix-specific environment variable that takes a single
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue