diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-03 21:10:47 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:24 +0100 |
| commit | f62495b5c2e93ec75ceb60f8ec4746612560c2ec (patch) | |
| tree | 3ff6080325ba6af7ebf93206625b913cf468ddda /gnu | |
| parent | 9f52fc6d9b41e44898c2e17a980a46670d5c0b71 (diff) | |
gnu: bcc: Fix build on Python@3.12.
* gnu/packages/linux.scm (bcc)[native-inputs]: Add python-setuptools.
Change-Id: I964718ba33741b38ea2b71ed9eb026638f526eaa
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d408caa5c51..9753e24555d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -11653,6 +11653,7 @@ headers.") | |||
| 11653 | elfutils | 11653 | elfutils |
| 11654 | luajit | 11654 | luajit |
| 11655 | libbpf | 11655 | libbpf |
| 11656 | python-setuptools | ||
| 11656 | python-wrapper)) | 11657 | python-wrapper)) |
| 11657 | (arguments | 11658 | (arguments |
| 11658 | (list | 11659 | (list |
