[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: wget: Cross-build fix.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: wget: Cross-build fix. |
Date: |
Fri, 03 Jul 2020 06:01:00 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 8a6898b gnu: wget: Cross-build fix.
8a6898b is described below
commit 8a6898b60173ff9c70f53a5641335c2e99d51a7e
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jul 3 10:12:04 2020 +0200
gnu: wget: Cross-build fix.
* gnu/packages/wget.scm (wget)[inputs]: Move lzip to ...
[native-inputs]: ... here.
---
gnu/packages/wget.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index d7ac9e0..146097f 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -56,10 +57,10 @@
(inputs
`(("gnutls" ,gnutls)
("libidn2" ,libidn2)
- ("libpsl" ,libpsl)
- ("lzip" ,lzip)))
+ ("libpsl" ,libpsl)))
(native-inputs
- `(("pkg-config" ,pkg-config)
+ `(("lzip" ,lzip)
+ ("pkg-config" ,pkg-config)
("perl" ,perl)
("python" ,python) ;for testenv suite
("perl-http-daemon" ,perl-http-daemon)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: wget: Cross-build fix.,
guix-commits <=