This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new c8756794f5 gnu: dyninst: Update dependency on tbb.
c8756794f5 is described below
commit c8756794f56920c52eb8678f539ba4b4b99dbb68
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 16 22:02:47 2026 +0100
gnu: dyninst: Update dependency on tbb.
* gnu/packages/instrumentation.scm (dyninst)[inputs]: Remove tbb; add
onetbb.
Change-Id: I96f34012ee2e3c4acfbfcd169879a9aadc88bd86
---
gnu/packages/instrumentation.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 529def92ea..ad0aea648b 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -46,6 +46,7 @@
#:use-module (gnu packages lua)
#:use-module (gnu packages man)
#:use-module (gnu packages ncurses)
+ #:use-module (gnu packages oneapi)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages popt)
@@ -55,7 +56,6 @@
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages sphinx)
#:use-module (gnu packages swig)
- #:use-module (gnu packages tbb)
#:use-module (gnu packages xml)
#:use-module (guix platform)
#:use-module (guix build-system cmake)
@@ -232,7 +232,7 @@ standard library headers.")
(substitute* "cmake/DyninstPlatform.cmake"
(("\"i386\"") "\"i686\"")))))))
(propagated-inputs
- (list elfutils libiberty boost tbb))
+ (list elfutils libiberty boost onetbb))
;; Supported systems according to 'cmake/DyninstPlatform.cmake'.
(supported-systems '("x86_64-linux" "i686-linux"