Skip to content

Commit dbce18f

Browse files
Aver1ynh2
authored andcommitted
Disable tests for hakyll
1 parent 15298d3 commit dbce18f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

survey/default.nix

+6
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,12 @@ let
12191219
if integer-simple
12201220
then dontCheck super.x509-validation
12211221
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+
}));
12221228
});
12231229

12241230
});

0 commit comments

Comments
 (0)