summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-19 13:45:43 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-31 09:46:52 +0100
commit156eedfd4a35a341194db5c1b4ade81898ee8f51 (patch)
tree0405222896aa3343973d7153ba13b626cfc39d30 /gnu
parent63dead100c378f3b4c948b5eb00afdb2f940df47 (diff)
gnu: paraview: Update dependency on tbb.
* gnu/packages/image-processing.scm (paraview)[inputs]: Remove tbb; add onetbb. Merges guix/guix!5757 Change-Id: Ifb9d4740c863fb7a7f93f8d82f73af5850a1be69
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/image-processing.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 6f4e04a03c8..3cedba256ee 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -28,6 +28,7 @@
28;;; Copyright © 2025 Anderson Torres <anderson.torres.8519@gmail.com> 28;;; Copyright © 2025 Anderson Torres <anderson.torres.8519@gmail.com>
29;;; Copyright © 2025 Andreas Enge <andreas@enge.fr> 29;;; Copyright © 2025 Andreas Enge <andreas@enge.fr>
30;;; Copyright © 2025 dan <i@dan.games> 30;;; Copyright © 2025 dan <i@dan.games>
31;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org>
31;;; 32;;;
32;;; This file is part of GNU Guix. 33;;; This file is part of GNU Guix.
33;;; 34;;;
@@ -1222,7 +1223,7 @@ recalculates.")
1222 qtwebengine 1223 qtwebengine
1223 sdl2 1224 sdl2
1224 sqlite 1225 sqlite
1225 tbb 1226 onetbb
1226 utfcpp 1227 utfcpp
1227 zlib)) 1228 zlib))
1228 (home-page "https://www.paraview.org/") 1229 (home-page "https://www.paraview.org/")