mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-curl: Use new input style.
* gnu/packages/cran.scm (r-curl)[inputs]: Use new input style.
This commit is contained in:
parent
62dc81a958
commit
16ed462ab1
1 changed files with 1 additions and 2 deletions
|
@ -1773,8 +1773,7 @@ (define-public r-curl
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue