guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2a9f3971cfb3363dd44892433dd5ceba8a9f9aab
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 24 09:41:36 2026 +0100

    gnu: blender: Update dependency on tbb.
    
    * gnu/packages/graphics.scm (blender)[inputs]: Remove tbb; add onetbb.
    
    Merges guix/guix!5757
    
    Change-Id: Icdf9396a0bfb5c8852d9107a04bd97c5d0a27e27
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index a3635e2863..c936daecd0 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -718,6 +718,7 @@ typically encountered in feature film production.")
            libxi
            libxrender
            lzo
+           onetbb
            openal
            opencolorio
            openexr
@@ -728,7 +729,6 @@ typically encountered in feature film production.")
            pugixml
            python
            python-numpy-1
-           tbb
            zlib
            `(,zstd "lib")))
     (home-page "https://www.blender.org/";)

Reply via email to