[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: curl: Use nghttp2's ‘lib’ output.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/01: gnu: curl: Use nghttp2's ‘lib’ output. |
Date: |
Tue, 27 Mar 2018 20:29:18 -0400 (EDT) |
nckx pushed a commit to branch core-updates
in repository guix.
commit 6076496b518aa8c84c9fec3ab80c6c28678d6e38
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Mar 28 02:27:02 2018 +0200
gnu: curl: Use nghttp2's ‘lib’ output.
This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813,
which was based on a monolithic nghttp2.
* gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
---
gnu/packages/curl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 5c8baa6..8297f67 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -64,7 +64,7 @@
("libidn" ,libidn)
("libssh2" ,libssh2)
("openldap" ,openldap)
- ("nghttp2" ,nghttp2)
+ ("nghttp2" ,nghttp2 "lib")
("zlib" ,zlib)))
(native-inputs
`(("perl" ,perl)