diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-19 13:47:33 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-31 09:47:06 +0100 |
| commit | 0f40b39f08491523dae304ba95957049bf690e28 (patch) | |
| tree | c4c4a50ed4b7e5b7c885aad6b588def58383db28 /gnu/packages/image-processing.scm | |
| parent | 156eedfd4a35a341194db5c1b4ade81898ee8f51 (diff) | |
gnu: vtk: Update dependency on tbb.
* gnu/packages/image-processing.scm (vtk)[propagated-inputs]: Remove
tbb; add onetbb.
Merges guix/guix!5757
Change-Id: Iaaf6692c0d40e5dda848035dede8dd8f2a07edf8
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 3cedba256ee..cbf5342c9b4 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -116,7 +116,6 @@ #:use-module (gnu packages ssh) #:use-module (gnu packages statistics) #:use-module (gnu packages swig) - #:use-module (gnu packages tbb) #:use-module (gnu packages textutils) #:use-module (gnu packages tls) #:use-module (gnu packages version-control) @@ -473,7 +472,7 @@ many popular formats.") ;; 'find_package(THEORA)', which in turns looks for libogg. Likewise for ;; TBB. (list libogg - tbb)) + onetbb)) (home-page "https://vtk.org/") (synopsis "Libraries for 3D computer graphics") (description |
