diff --git a/pkgs/development/libraries/haskell/libjenkins/default.nix b/pkgs/development/libraries/haskell/libjenkins/default.nix index 977ef112f09e..722e280c6e54 100644 --- a/pkgs/development/libraries/haskell/libjenkins/default.nix +++ b/pkgs/development/libraries/haskell/libjenkins/default.nix @@ -16,11 +16,10 @@ cabal.mkDerivation (self: { httpClient httpConduit httpTypes lens monadControl network text transformers xmlConduit ]; + doCheck = false; meta = { description = "Jenkins API interface"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; - # Test wants access to /etc/ssl - doCheck = false; })