fixup! knot-resolver: temporarily make it pass

Fixes evaluation.  I'm sorry.
This commit is contained in:
Vladimír Čunát 2024-04-01 22:15:17 +02:00
parent 4cad0502db
commit 11fd36353e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ wrapped-full = runCommand unwrapped.name
allowSubstitutes = false;
inherit (unwrapped) meta;
}
assert false; # FIXME: the http module won't work; see PR #286822
(''
(assert false; # FIXME: the http module won't work; see PR #286822
''
mkdir -p "$out"/bin
makeWrapper '${unwrapped}/bin/kresd' "$out"/bin/kresd \
--set LUA_PATH "$LUA_PATH" \