Skip to content

Commit

Permalink
Disable tests for hakyll
Browse files Browse the repository at this point in the history
  • Loading branch information
Aver1y authored and nh2 committed May 24, 2020
1 parent 15298d3 commit dbce18f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,12 @@ let
if integer-simple
then dontCheck super.x509-validation
else super.x509-validation;

# Tests depend on util-linux which depends on systemd
hakyll =
dontCheck (overrideCabal super.hakyll (drv: {
testToolDepends = [];
}));
});

});
Expand Down

0 comments on commit dbce18f

Please sign in to comment.