grsecurity: Fix module evaluation

This commit is contained in:
Ricardo M. Correia 2014-05-21 23:49:32 +02:00
parent 5255e5692e
commit f0cf8f4140

View file

@ -7,7 +7,10 @@ let
customGrsecPkg =
(import ../../../pkgs/build-support/grsecurity
{ grsecOptions = cfg; }
{
inherit lib pkgs;
grsecOptions = cfg;
}
).grsecPackage;
in
{