From 83c0d125e505d8d0695cd3b58806e31cf4c0cf22 Mon Sep 17 00:00:00 2001 From: John Soo Date: Fri, 4 Dec 2020 20:36:11 -0800 Subject: [PATCH 1/2] gnu: Use 5.10 kernel headers for bcc. * gnu/packages/linux.scm (bcc): [inputs] Update dependency. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6b0e9f6c8f..4bf4f6e94e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7520,7 +7520,7 @@ headers.") ;; archives, only object files. ;; https://github.com/iovisor/bcc/issues/504 ("elfutils" ,elfutils) - ("linux-libre-headers" ,linux-libre-headers) + ("linux-libre-headers" ,linux-libre-headers-5.10) ("luajit" ,luajit) ("python-wrapper" ,python-wrapper))) (arguments -- 2.29.2