haskellPackages.openid: mark as broken

broken with openssl 1.1
https://github.com/elliottt/hsopenid/issues/15
wip/yesman
Robin Gloster 5 years ago
parent 2d648e219b
commit a622c5332a
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1285,4 +1285,7 @@ self: super: {
# QuickCheck >=2.3 && <2.13, hspec >=2.1 && <2.7
graphviz = dontCheck super.graphviz;
# https://github.com/elliottt/hsopenid/issues/15
openid = markBroken super.openid;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save