diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-09 15:06:52 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:40 +0100 |
| commit | 3553b20b34a87353b64aefa3dc801fd7f66ee8d7 (patch) | |
| tree | d78d29ab0f03dd5674b5d3537a6d2f3dcf5d60f4 /gnu | |
| parent | 6726274b29d5f50ca2fd4ac077a1612e225d1c75 (diff) | |
gnu: r-quanteda: Update dependency on tbb.
* gnu/packages/cran.scm (r-quanteda)[inputs]: Remove tbb; add onetbb.
Closes guix/guix!5493
Change-Id: I0d95428c87f01556d60780d44c42776236cecb92
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0c01e4d610..b47f4b5cd9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2024, 2025 Spencer King <spencer.king@wustl.edu> ;;; Copyright © 2024-2025 Tor-björn Claesson <tclaesson@gmail.com> ;;; Copyright © 2025 Jonas Freimuth <jonas.freimuth@posteo.de> +;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -45506,7 +45507,7 @@ Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.") r-stringi r-xml2 r-yaml)) - (inputs (list tbb)) + (inputs (list onetbb)) (native-inputs (list pkg-config r-knitr r-testthat)) (home-page "https://quanteda.io") |
