Skip to content

Commit ca3846f

Browse files
committed
knot-resolver_6: enable strictDeps
1 parent df8a366 commit ca3846f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pkgs/by-name/kn/knot-resolver_6/package.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ let
7272
pkg-config
7373
meson
7474
ninja
75+
protobufc
7576
];
7677

7778
# http://knot-resolver.readthedocs.io/en/latest/build.html#requirements
@@ -119,17 +120,21 @@ let
119120

120121
doInstallCheck = with stdenv; hostPlatform == buildPlatform;
121122
nativeInstallCheckInputs = [
122-
cmocka
123123
which
124124
cacert
125125
lua.cqueues
126126
lua.basexx
127127
lua.http
128128
];
129+
installCheckInputs = [
130+
cmocka
131+
];
129132
installCheckPhase = ''
130133
meson test --print-errorlogs --no-suite snowflake
131134
'';
132135

136+
strictDeps = true;
137+
133138
passthru = {
134139
inherit lua;
135140
inherit (finalAttrs) finalPackage;

0 commit comments

Comments
 (0)