me
/
guix
Archived
1
0
Fork 0

gnu: r-curl: Use new input style.

* gnu/packages/cran.scm (r-curl)[inputs]: Use new input style.
master
Ricardo Wurmus 2022-01-05 21:40:19 +01:00
parent 62dc81a958
commit 16ed462ab1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -1773,8 +1773,7 @@ const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
" m))))))))
(inputs
`(("libcurl" ,curl)
("zlib" ,zlib)))
(list curl zlib))
(native-inputs
(list pkg-config r-knitr))
(home-page "https://github.com/jeroenooms/curl")