guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 156eedfd4a35a341194db5c1b4ade81898ee8f51
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Jan 19 13:45:43 2026 +0100

    gnu: paraview: Update dependency on tbb.
    
    * gnu/packages/image-processing.scm (paraview)[inputs]: Remove tbb; add
    onetbb.
    
    Merges guix/guix!5757
    
    Change-Id: Ifb9d4740c863fb7a7f93f8d82f73af5850a1be69
---
 gnu/packages/image-processing.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 6f4e04a03c..3cedba256e 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2025 Anderson Torres <[email protected]>
 ;;; Copyright © 2025 Andreas Enge <[email protected]>
 ;;; Copyright © 2025 dan <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1222,7 +1223,7 @@ recalculates.")
            qtwebengine
            sdl2
            sqlite
-           tbb
+           onetbb
            utfcpp
            zlib))
     (home-page "https://www.paraview.org/";)

Reply via email to