We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8a366 commit ca3846fCopy full SHA for ca3846f
1 file changed
pkgs/by-name/kn/knot-resolver_6/package.nix
@@ -72,6 +72,7 @@ let
72
pkg-config
73
meson
74
ninja
75
+ protobufc
76
];
77
78
# http://knot-resolver.readthedocs.io/en/latest/build.html#requirements
@@ -119,17 +120,21 @@ let
119
120
121
doInstallCheck = with stdenv; hostPlatform == buildPlatform;
122
nativeInstallCheckInputs = [
- cmocka
123
which
124
cacert
125
lua.cqueues
126
lua.basexx
127
lua.http
128
129
+ installCheckInputs = [
130
+ cmocka
131
+ ];
132
installCheckPhase = ''
133
meson test --print-errorlogs --no-suite snowflake
134
'';
135
136
+ strictDeps = true;
137
+
138
passthru = {
139
inherit lua;
140
inherit (finalAttrs) finalPackage;
0 commit comments