mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
grsecurity: Fix module evaluation
This commit is contained in:
parent
5255e5692e
commit
f0cf8f4140
@ -7,7 +7,10 @@ let
|
||||
|
||||
customGrsecPkg =
|
||||
(import ../../../pkgs/build-support/grsecurity
|
||||
{ grsecOptions = cfg; }
|
||||
{
|
||||
inherit lib pkgs;
|
||||
grsecOptions = cfg;
|
||||
}
|
||||
).grsecPackage;
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user