knot-dns: replace knot-resolver package with knot-resolver_5

This commit is contained in:
Leona Maroni
2025-12-05 18:04:33 +01:00
parent 49a51d1c3b
commit 3dc247e718
+2 -2
View File
@@ -26,7 +26,7 @@
sphinx,
autoreconfHook,
nixosTests,
knot-resolver,
knot-resolver_5,
knot-dns,
runCommandLocal,
}:
@@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
'';
passthru.tests = {
inherit knot-resolver;
inherit knot-resolver_5;
}
// lib.optionalAttrs stdenv.hostPlatform.isLinux {
inherit (nixosTests) knot kea;