diff --git a/survey/default.nix b/survey/default.nix index cb165e6..828beaa 100644 --- a/survey/default.nix +++ b/survey/default.nix @@ -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 = []; + })); }); });