haskellPackages.openid: mark as broken
broken with openssl 1.1 https://github.com/elliottt/hsopenid/issues/15
This commit is contained in:
parent
2d648e219b
commit
a622c5332a
|
@ -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…
Reference in New Issue