mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
yesod-auth-oauth2: jailbreak because of outdated dependencies
This commit is contained in:
parent
38c98d1072
commit
959fadb86e
1 changed files with 4 additions and 0 deletions
|
@ -52,4 +52,8 @@ self: super: {
|
||||||
# http://hub.darcs.net/dolio/vector-algorithms/issue/9#comment-20170112T145715
|
# http://hub.darcs.net/dolio/vector-algorithms/issue/9#comment-20170112T145715
|
||||||
vector-algorithms = dontCheck super.vector-algorithms;
|
vector-algorithms = dontCheck super.vector-algorithms;
|
||||||
|
|
||||||
|
# https://github.com/thoughtbot/yesod-auth-oauth2/pull/77
|
||||||
|
yesod-auth-oauth2 = doJailbreak super.yesod-auth-oauth2;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue