Revert "fixup! knot-resolver: temporarily make it pass"

This reverts commit 11fd36353e.

The underlying issue has been fixed in
https://github.com/NixOS/nixpkgs/pull/300905/files, this workaround is
not needed anymore.
This commit is contained in:
Florian Klink 2024-04-05 00:53:08 +03:00
parent 36cd37b5dc
commit 80592f5bcd

View File

@ -120,8 +120,8 @@ wrapped-full = runCommand unwrapped.name
allowSubstitutes = false; allowSubstitutes = false;
inherit (unwrapped) meta; 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 mkdir -p "$out"/bin
makeWrapper '${unwrapped}/bin/kresd' "$out"/bin/kresd \ makeWrapper '${unwrapped}/bin/kresd' "$out"/bin/kresd \
--set LUA_PATH "$LUA_PATH" \ --set LUA_PATH "$LUA_PATH" \