Skip to content

Commit

Permalink
knot_resolver: support prefill module in extraFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jul 8, 2018
1 parent bfc1238 commit 1c5addd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/servers/dns/knot-resolver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ unwrapped = stdenv.mkDerivation rec {
};

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
{
nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 1c5addd

Please sign in to comment.