This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 58a3cc8623 gnu: r-stringfish: Fix phases.
58a3cc8623 is described below

commit 58a3cc8623e396d0990a6065b3fb222b1c7bf5f0
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 24 09:19:40 2026 +0100

    gnu: r-stringfish: Fix phases.
    
    Dependency on ‘tbb-2020’ is removed during update to 0.18.0, see
    adee931e7969aa7bff87405b9ca9c32daa893682.
    
    Merges guix/guix!5867
    
    * gnu/packages/cran.scm (r-stringfish)[arguments]: Remove
    ’use-system-tbb #:phase.
    
    Change-Id: Ia912c3dc7e39271d04cb7e1e681700ffb0c7dbae
---
 gnu/packages/cran.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3e42fd8a07..5e3db3b10c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -54949,9 +54949,6 @@ the @code{raster} package that is suitable for 
extracting raster values using
       #:tests? #false
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'use-system-tbb
-            (lambda _
-              (setenv "TBB_ROOT" #$(this-package-input "tbb"))))
           (add-before 'install 'relax-gcc-14-strictness
             (lambda _
               ;; XXX FIXME: $HOME/.R/Makevars seems to be the only way to

Reply via email to