mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: wget: Cross-build fix.
* gnu/packages/wget.scm (wget)[inputs]: Move lzip to ... [native-inputs]: ... here.
This commit is contained in:
parent
6ba3980e74
commit
8a6898b601
1 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
||||||
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -56,10 +57,10 @@ (define-public wget
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("libidn2" ,libidn2)
|
("libidn2" ,libidn2)
|
||||||
("libpsl" ,libpsl)
|
("libpsl" ,libpsl)))
|
||||||
("lzip" ,lzip)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("lzip" ,lzip)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python) ;for testenv suite
|
("python" ,python) ;for testenv suite
|
||||||
("perl-http-daemon" ,perl-http-daemon)
|
("perl-http-daemon" ,perl-http-daemon)
|
||||||
|
|
Loading…
Reference in a new issue