summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-08 11:16:16 +0200
committerPeter Simons <simons@cryp.to>2012-10-08 11:16:16 +0200
commit3e5dc7a950ecae099c926fc036cc74c331bb6f14 (patch)
treef12c0539df71d9526bfe1664a0b20397d6aaa8ca /pkgs/development
parent5387c501578d7ca09b119f6e22c3cc74b5258b92 (diff)
downloadnixlib-3e5dc7a950ecae099c926fc036cc74c331bb6f14.tar
nixlib-3e5dc7a950ecae099c926fc036cc74c331bb6f14.tar.gz
nixlib-3e5dc7a950ecae099c926fc036cc74c331bb6f14.tar.bz2
nixlib-3e5dc7a950ecae099c926fc036cc74c331bb6f14.tar.lz
nixlib-3e5dc7a950ecae099c926fc036cc74c331bb6f14.tar.xz
nixlib-3e5dc7a950ecae099c926fc036cc74c331bb6f14.tar.zst
nixlib-3e5dc7a950ecae099c926fc036cc74c331bb6f14.zip
haskell-yesod-auth: jail-break to support current versions of lifted-base
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/yesod-auth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-auth/default.nix b/pkgs/development/libraries/haskell/yesod-auth/default.nix
index ac5c87d76132..ec7b78fe6fdb 100644
--- a/pkgs/development/libraries/haskell/yesod-auth/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-auth/default.nix
@@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
     unorderedContainers wai yesodCore yesodForm yesodJson
     yesodPersistent
   ];
+  jailbreak = true;
   meta = {
     homepage = "http://www.yesodweb.com/";
     description = "Authentication for Yesod";