guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: r-curl: Use new input style.


From: guix-commits
Subject: 02/04: gnu: r-curl: Use new input style.
Date: Wed, 5 Jan 2022 15:42:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 16ed462ab179d95a1149add2afe5dddcd4004e7c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 21:40:19 2022 +0100

    gnu: r-curl: Use new input style.
    
    * gnu/packages/cran.scm (r-curl)[inputs]: Use new input style.
---
 gnu/packages/cran.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a510598903..e6df064cd1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]