Revert "grsecurity: work around for #20490"
This reverts commit e38b74ba89.
I failed to notice f19c961b4e461da045f2e72e73701059e5117be0; better
use that fix instead.
This commit is contained in:
@@ -99,14 +99,6 @@ rec {
|
||||
patch = ./grsecurity-nixos-kmod.patch;
|
||||
};
|
||||
|
||||
# A temporary work-around for execvp: arglist too long error during
|
||||
# module_install. Without this, no modules are installed into the
|
||||
# resulting output.
|
||||
grsecurity_modinst =
|
||||
{ name = "grsecurity-modinst";
|
||||
patch = ./grsecurity-modinst.patch;
|
||||
};
|
||||
|
||||
crc_regression =
|
||||
{ name = "crc-backport-regression";
|
||||
patch = ./crc-regression.patch;
|
||||
|
||||
Reference in New Issue
Block a user