guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit fc6d5efe618a18b72446f56c8122f2dd5391e18d
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 17 18:24:56 2026 +0100

    gnu: vcmi: Update dependency on tbb.
    
    * gnu/packages/games.scm (vcmi)[inputs]: Remove tbb; add
    onetbb.
    
    Change-Id: I250da81368c86e8c453166d59772684bb9a16aac
---
 gnu/packages/games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f56449caa5..37b447d3d4 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -95,6 +95,7 @@
 ;;; Copyright © 2025 Ada Stevenson <[email protected]>
 ;;; Copyright © 2025 Gabriel Santos <[email protected]>
 ;;; Copyright © 2025 Aiden Isik <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -207,6 +208,7 @@
   #:use-module (gnu packages networking)
   #:use-module (gnu packages ninja)
   #:use-module (gnu packages ocaml)
+  #:use-module (gnu packages oneapi)
   #:use-module (gnu packages opencl)
   #:use-module (gnu packages pcre)
   #:autoload (gnu packages pascal) (fpc)
@@ -233,7 +235,6 @@
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages squirrel)
   #:use-module (gnu packages swig)
-  #:use-module (gnu packages tbb)
   #:use-module (gnu packages tcl)
   #:use-module (gnu packages terminals)
   #:use-module (gnu packages texinfo)
@@ -12778,7 +12779,7 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
            sdl2-mixer
            sdl2-image
            sdl2-ttf
-           tbb
+           onetbb
            vulkan-headers
            zlib))
     (home-page "https://vcmi.eu/";)

Reply via email to