mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
fixup! knot-resolver: temporarily make it pass
Fixes evaluation. I'm sorry.
This commit is contained in:
parent
4cad0502db
commit
11fd36353e
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user