haskellPackages.openid: mark as broken

broken with openssl 1.1
https://github.com/elliottt/hsopenid/issues/15
This commit is contained in:
Robin Gloster 2019-08-21 21:29:03 +02:00
parent 2d648e219b
commit a622c5332a
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -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