From 6076496b518aa8c84c9fec3ab80c6c28678d6e38 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 28 Mar 2018 02:27:02 +0200 Subject: gnu: curl: Use nghttp2's ‘lib’ output. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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(-) (limited to 'gnu') diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index 5c8baa61b0..8297f67830 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -64,7 +64,7 @@ (define-public curl ("libidn" ,libidn) ("libssh2" ,libssh2) ("openldap" ,openldap) - ("nghttp2" ,nghttp2) + ("nghttp2" ,nghttp2 "lib") ("zlib" ,zlib))) (native-inputs `(("perl" ,perl) -- cgit v1.2.3