Revert "knot-resolver: skip a broken test"

This reverts commit 5c0567dcc6.
The issue had been fixed but I forgot to remove this workaround.
This commit is contained in:
Vladimír Čunát 2020-01-25 13:38:07 +01:00
parent b200b6bea4
commit 1ee3c7b405
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -30,9 +30,6 @@ unwrapped = stdenv.mkDerivation rec {
sha256 = "0ca0f171ae2b2d76830967a5150eb0fa496b48b2a48f41b2be65d3743aaece25";
};
# https://gitlab.labs.nic.cz/knot/knot-resolver/issues/496
postPatch = "sed '/prefill.test.lua/d' -i modules/meson.build";
outputs = [ "out" "dev" ];
preConfigure = ''