summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-24 09:41:36 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-31 09:47:30 +0100
commit2a9f3971cfb3363dd44892433dd5ceba8a9f9aab (patch)
tree15668d87acff6ee036e996a3fd04aed384580738
parenta09f05a594df61cf961283884aab733a23699c71 (diff)
gnu: blender: Update dependency on tbb.
* gnu/packages/graphics.scm (blender)[inputs]: Remove tbb; add onetbb. Merges guix/guix!5757 Change-Id: Icdf9396a0bfb5c8852d9107a04bd97c5d0a27e27
-rw-r--r--gnu/packages/graphics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index a3635e28634..c936daecd0f 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -718,6 +718,7 @@ typically encountered in feature film production.")
718 libxi 718 libxi
719 libxrender 719 libxrender
720 lzo 720 lzo
721 onetbb
721 openal 722 openal
722 opencolorio 723 opencolorio
723 openexr 724 openexr
@@ -728,7 +729,6 @@ typically encountered in feature film production.")
728 pugixml 729 pugixml
729 python 730 python
730 python-numpy-1 731 python-numpy-1
731 tbb
732 zlib 732 zlib
733 `(,zstd "lib"))) 733 `(,zstd "lib")))
734 (home-page "https://www.blender.org/") 734 (home-page "https://www.blender.org/")