diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-08-17 20:42:10 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-21 11:08:01 +0200 |
| commit | 1b0afffaef8fc190b4a736eef0ed7e8196fc69c0 (patch) | |
| tree | 32f144f02339fecc63d5d4e634acb7be67776621 /gnu | |
| parent | d12e9e4e451e569c81c3f03d337a755897a9214b (diff) | |
gnu: dyninst: Pin onetbb input.
* gnu/packages/instrumentation.scm (dyninst)[propagated-inputs]: Remove
onetbb; add onetbb-2022.
Merges guix/guix!9535.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/instrumentation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm index 8f070a893f7..956e033440b 100644 --- a/gnu/packages/instrumentation.scm +++ b/gnu/packages/instrumentation.scm | |||
| @@ -200,7 +200,7 @@ standard library headers.") | |||
| 200 | (substitute* "cmake/DyninstPlatform.cmake" | 200 | (substitute* "cmake/DyninstPlatform.cmake" |
| 201 | (("\"i386\"") "\"i686\""))))))) | 201 | (("\"i386\"") "\"i686\""))))))) |
| 202 | (propagated-inputs | 202 | (propagated-inputs |
| 203 | (list elfutils libiberty boost onetbb)) | 203 | (list elfutils libiberty boost onetbb-2022)) |
| 204 | 204 | ||
| 205 | ;; Supported systems according to 'cmake/DyninstPlatform.cmake'. | 205 | ;; Supported systems according to 'cmake/DyninstPlatform.cmake'. |
| 206 | (supported-systems '("x86_64-linux" "i686-linux" | 206 | (supported-systems '("x86_64-linux" "i686-linux" |
