gnu: curl: Use nghttp2's ‘lib’ output.

This follows up on commit 1300e4ee5b,
which was based on a monolithic nghttp2.

* gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-28 02:27:02 +02:00
parent fbeca8cec6
commit 6076496b51
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -64,7 +64,7 @@ (define-public curl
("libidn" ,libidn)
("libssh2" ,libssh2)
("openldap" ,openldap)
("nghttp2" ,nghttp2)
("nghttp2" ,nghttp2 "lib")
("zlib" ,zlib)))
(native-inputs
`(("perl" ,perl)