knot_resolver: support prefill module in extraFeatures
This commit is contained in:
parent
bfc123803d
commit
1c5addde5f
@ -62,7 +62,11 @@ unwrapped = stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
wrapped-full = with luajitPackages; let
|
wrapped-full = with luajitPackages; let
|
||||||
luaPkgs = [ luasec luasocket ]; # TODO: cqueues and others for http2 module
|
luaPkgs = [
|
||||||
|
luasec luasocket # trust anchor bootstrap, prefill module
|
||||||
|
lfs # prefill module
|
||||||
|
# TODO: cqueues and others for http2 module
|
||||||
|
];
|
||||||
in runCommand unwrapped.name
|
in runCommand unwrapped.name
|
||||||
{
|
{
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user