grsecurity: Fix module evaluation
This commit is contained in:
@@ -7,7 +7,10 @@ let
|
|||||||
|
|
||||||
customGrsecPkg =
|
customGrsecPkg =
|
||||||
(import ../../../pkgs/build-support/grsecurity
|
(import ../../../pkgs/build-support/grsecurity
|
||||||
{ grsecOptions = cfg; }
|
{
|
||||||
|
inherit lib pkgs;
|
||||||
|
grsecOptions = cfg;
|
||||||
|
}
|
||||||
).grsecPackage;
|
).grsecPackage;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user