guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: r-credentials: Use new input style.


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

rekado pushed a commit to branch master
in repository guix.

commit f831bb75f1128d545f7f08cca96908507901fabc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 21:41:12 2022 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5eacf27ecf..8affb8fe05 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11504,7 +11504,7 @@ terminals that do not support Unicode.")
              ;; This is necessary because git looks for $HOME/.gitconfig
              (setenv "HOME" "/tmp"))))))
     (inputs
-     `(("git" ,git-minimal)))
+     (list git-minimal))
     (propagated-inputs
      (list r-askpass r-curl r-jsonlite r-openssl r-sys))
     (native-inputs



reply via email to

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