gnu: r-credentials: Remove trailing #T.

* gnu/packages/cran.scm (r-credentials)[arguments]: Remove trailing #T from
build phase.
This commit is contained in:
Ricardo Wurmus 2022-01-05 21:40:51 +01:00
parent 16ed462ab1
commit 8138142799
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11502,8 +11502,7 @@ (define-public r-credentials
(add-after 'unpack 'setenv-HOME
(lambda _
;; This is necessary because git looks for $HOME/.gitconfig
(setenv "HOME" "/tmp")
#t)))))
(setenv "HOME" "/tmp"))))))
(inputs
`(("git" ,git-minimal)))
(propagated-inputs