mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-credentials: Use new input style.
* gnu/packages/cran.scm (r-credentials)[inputs]: Use new input style.
This commit is contained in:
parent
8138142799
commit
f831bb75f1
1 changed files with 1 additions and 1 deletions
|
@ -11504,7 +11504,7 @@ (define-public r-credentials
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue