Skip to content

Commit 11fd363

Browse files
committed
fixup! knot-resolver: temporarily make it pass
Fixes evaluation. I'm sorry.
1 parent 4cad050 commit 11fd363

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/dns/knot-resolver/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ wrapped-full = runCommand unwrapped.name
120120
allowSubstitutes = false;
121121
inherit (unwrapped) meta;
122122
}
123-
assert false; # FIXME: the http module won't work; see PR #286822
124-
(''
123+
(assert false; # FIXME: the http module won't work; see PR #286822
124+
''
125125
mkdir -p "$out"/bin
126126
makeWrapper '${unwrapped}/bin/kresd' "$out"/bin/kresd \
127127
--set LUA_PATH "$LUA_PATH" \

0 commit comments

Comments
 (0)