diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix index 238b7ecd242..67342d4ab8a 100644 --- a/pkgs/os-specific/linux/kernel/manual-config.nix +++ b/pkgs/os-specific/linux/kernel/manual-config.nix @@ -190,15 +190,6 @@ let $installFlags "''${installFlagsArray[@]}" ''); - # !!! This leaves references to gcc in $dev - # that we might be able to avoid - postFixup = if isModular then '' - # !!! Should this be part of stdenv? Also patchELF should take an argument... - prefix=$dev - patchELF - prefix=$out - '' else null; - meta = { description = "The Linux kernel" +