diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 21:41:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 21:41:12 +0100 |
commit | f831bb75f1128d545f7f08cca96908507901fabc (patch) | |
tree | c7c51afe496e807f20542e17e8dd75240999b924 /gnu | |
parent | 8138142799e184d1e33483f8e7fe345064d0a977 (diff) |
gnu: r-credentials: Use new input style.
* gnu/packages/cran.scm (r-credentials)[inputs]: Use new input style.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |