knot_resolver: support prefill module in extraFeatures

This commit is contained in:
Vladimír Čunát 2018-07-08 09:21:16 +02:00
parent bfc123803d
commit 1c5addde5f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 ];