From fedc9837343482896a0d9f76fc4f1b54cc4b3643 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 21 Mar 2023 11:19:24 +0000 Subject: [PATCH] linuxManualConfig: add pahole to moduleBuildDependencies This seems to be needed for out-of-tree module builds since d57568fcad7. We do not yet understand why, but this will unblock the channels while we figure it out. Fixes: d57568fcad7 ("linuxManualConfig: install GDB scripts") --- pkgs/os-specific/linux/kernel/manual-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix index 4c5ec86b1e6a..46407eccf057 100644 --- a/pkgs/os-specific/linux/kernel/manual-config.nix +++ b/pkgs/os-specific/linux/kernel/manual-config.nix @@ -58,6 +58,7 @@ let # Dependencies that are required to build kernel modules moduleBuildDependencies = [ + pahole perl libelf # module makefiles often run uname commands to find out the kernel version