haskellPackages.oidc-client: mark unbroken and disable spec

Their spec tests OpenID Connect against google.com, which does not work.
This commit is contained in:
Jade 2021-08-19 00:34:01 -07:00 committed by sternenseemann
parent 3440070b83
commit b5c2212cdf
3 changed files with 1 additions and 3 deletions

View file

@ -3341,7 +3341,6 @@ broken-packages:
- OGL
- ogmarkup
- oi
- oidc-client
- om-actor
- omaketex
- ombra

View file

@ -167,6 +167,7 @@ self: super: builtins.intersectAttrs super {
mongoDB = dontCheck super.mongoDB;
network-transport-tcp = dontCheck super.network-transport-tcp;
network-transport-zeromq = dontCheck super.network-transport-zeromq; # https://github.com/tweag/network-transport-zeromq/issues/30
oidc-client = dontCheck super.oidc-client; # the spec runs openid against google.com
pipes-mongodb = dontCheck super.pipes-mongodb; # http://hydra.cryp.to/build/926195/log/raw
pixiv = dontCheck super.pixiv;
raven-haskell = dontCheck super.raven-haskell; # http://hydra.cryp.to/build/502053/log/raw

View file

@ -192799,8 +192799,6 @@ self: {
];
description = "OpenID Connect 1.0 library for RP";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ois-input-manager" = callPackage