From 4535d19f93ae037e8a168f93da4c2b7bb5e4972d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 24 Nov 2014 14:22:20 +0100 Subject: [PATCH] haskell-authenticate-oauth: jailbreak to support current versions of RSA --- .../development/libraries/haskell/authenticate-oauth/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/authenticate-oauth/default.nix b/pkgs/development/libraries/haskell/authenticate-oauth/default.nix index ae996df0d5b..a6f46415683 100644 --- a/pkgs/development/libraries/haskell/authenticate-oauth/default.nix +++ b/pkgs/development/libraries/haskell/authenticate-oauth/default.nix @@ -13,6 +13,7 @@ cabal.mkDerivation (self: { base64Bytestring blazeBuilder blazeBuilderConduit cryptoPubkeyTypes dataDefault httpClient httpTypes random RSA SHA time transformers ]; + jailbreak = true; meta = { homepage = "http://github.com/yesodweb/authenticate"; description = "Library to authenticate with OAuth for Haskell web applications";