diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:41:07 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:41:07 +0100 |
| commit | c3e2892558bb5ad9a897ccb5de3475c5c6162e8e (patch) | |
| tree | 3fc26a5385f59766d8247f2aa8d60a1d7524dc52 /gnu | |
| parent | 67c1a96196e599b66c77115a14378ccac112803b (diff) | |
gnu: r-r-devices: Update to 2.17.2.
* gnu/packages/cran.scm (r-r-devices): Update to 2.17.2.
[arguments]: Add 'set-HOME phase.
[native-inputs]: Add r-r-rsp.
Change-Id: Iaaead01e690e95971148ae063aa7af589969d39c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1d019f13a97..6d1ead23584 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -28836,18 +28836,27 @@ identify file sets and individual files.") | |||
| 28836 | (define-public r-r-devices | 28836 | (define-public r-r-devices |
| 28837 | (package | 28837 | (package |
| 28838 | (name "r-r-devices") | 28838 | (name "r-r-devices") |
| 28839 | (version "2.17.1") | 28839 | (version "2.17.2") |
| 28840 | (source | 28840 | (source |
| 28841 | (origin | 28841 | (origin |
| 28842 | (method url-fetch) | 28842 | (method url-fetch) |
| 28843 | (uri (cran-uri "R.devices" version)) | 28843 | (uri (cran-uri "R.devices" version)) |
| 28844 | (sha256 | 28844 | (sha256 |
| 28845 | (base32 | 28845 | (base32 |
| 28846 | "02cwdhb9m97gxi4pki4kasc5j3a12r7yzsychzzk9h0ijc1mfziv")))) | 28846 | "15gcvhmqwqyl3n299l9znwcjri8d8vixwwv915162sfxabsylgj0")))) |
| 28847 | (properties `((upstream-name . "R.devices"))) | 28847 | (properties `((upstream-name . "R.devices"))) |
| 28848 | (build-system r-build-system) | 28848 | (build-system r-build-system) |
| 28849 | (arguments | ||
| 28850 | (list | ||
| 28851 | #:phases | ||
| 28852 | '(modify-phases %standard-phases | ||
| 28853 | ;; This is needed for the vignette builder | ||
| 28854 | (add-after 'unpack 'set-HOME | ||
| 28855 | (lambda _ (setenv "HOME" "/tmp")))))) | ||
| 28849 | (propagated-inputs | 28856 | (propagated-inputs |
| 28850 | (list r-base64enc r-r-methodss3 r-r-oo r-r-utils)) | 28857 | (list r-base64enc r-r-methodss3 r-r-oo r-r-utils)) |
| 28858 | (native-inputs | ||
| 28859 | (list r-r-rsp)) | ||
| 28851 | (home-page "https://github.com/HenrikBengtsson/R.devices") | 28860 | (home-page "https://github.com/HenrikBengtsson/R.devices") |
| 28852 | (synopsis "Unified handling of graphics devices") | 28861 | (synopsis "Unified handling of graphics devices") |
| 28853 | (description | 28862 | (description |
