gnu: r-curl: Use new input style.
* gnu/packages/cran.scm (r-curl)[inputs]: Use new input style.master
parent
62dc81a958
commit
16ed462ab1
|
@ -1773,8 +1773,7 @@ const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
|
||||||
if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
|
if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
|
||||||
" m))))))))
|
" m))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcurl" ,curl)
|
(list curl zlib))
|
||||||
("zlib" ,zlib)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config r-knitr))
|
(list pkg-config r-knitr))
|
||||||
(home-page "https://github.com/jeroenooms/curl")
|
(home-page "https://github.com/jeroenooms/curl")
|
||||||
|
|
Reference in New Issue