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); } 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")