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)
|
||||
("libssh2" ,libssh2)
|
||||
("openldap" ,openldap)
|
||||
("nghttp2" ,nghttp2)
|
||||
("nghttp2" ,nghttp2 "lib")
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
|
|
Loading…
Reference in New Issue