knot-resolver_6: enable strictDeps (#481506)
This commit is contained in:
@@ -72,6 +72,7 @@ let
|
||||
pkg-config
|
||||
meson
|
||||
ninja
|
||||
protobufc
|
||||
];
|
||||
|
||||
# http://knot-resolver.readthedocs.io/en/latest/build.html#requirements
|
||||
@@ -119,17 +120,21 @@ let
|
||||
|
||||
doInstallCheck = with stdenv; hostPlatform == buildPlatform;
|
||||
nativeInstallCheckInputs = [
|
||||
cmocka
|
||||
which
|
||||
cacert
|
||||
lua.cqueues
|
||||
lua.basexx
|
||||
lua.http
|
||||
];
|
||||
installCheckInputs = [
|
||||
cmocka
|
||||
];
|
||||
installCheckPhase = ''
|
||||
meson test --print-errorlogs --no-suite snowflake
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
passthru = {
|
||||
inherit lua;
|
||||
inherit (finalAttrs) finalPackage;
|
||||
|
||||
Reference in New Issue
Block a user