We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15298d3 commit dbce18fCopy full SHA for dbce18f
survey/default.nix
@@ -1219,6 +1219,12 @@ let
1219
if integer-simple
1220
then dontCheck super.x509-validation
1221
else super.x509-validation;
1222
+
1223
+ # Tests depend on util-linux which depends on systemd
1224
+ hakyll =
1225
+ dontCheck (overrideCabal super.hakyll (drv: {
1226
+ testToolDepends = [];
1227
+ }));
1228
});
1229
1230
0 commit comments