about summary refs log tree commit diff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/linux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/linux.nix b/shells/linux.nix
index 35d3532a1c16..f611ef22a59b 100644
--- a/shells/linux.nix
+++ b/shells/linux.nix
@@ -3,7 +3,7 @@ with pkgs;
 
 mkShell {
   buildInputs = [
-    bison flex bc libelf openssl
+    bison flex bc elfutils openssl
 
     # For make {n,menu}config
     ncurses pkgconfig