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:
parent
fbeca8cec6
commit
6076496b51
|
@ -64,7 +64,7 @@
|
||||||
("libidn" ,libidn)
|
("libidn" ,libidn)
|
||||||
("libssh2" ,libssh2)
|
("libssh2" ,libssh2)
|
||||||
("openldap" ,openldap)
|
("openldap" ,openldap)
|
||||||
("nghttp2" ,nghttp2)
|
("nghttp2" ,nghttp2 "lib")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
|
|
Loading…
Reference in New Issue