about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-31 13:41:07 +0100
committerPeter Simons <simons@cryp.to>2014-11-01 21:08:03 +0100
commit239e9cda010690bcbf769ba4246561283c49aa76 (patch)
tree72420cf3c1fb6090695f82e763c8292beee1678e
parent7ec947d404820f231986a9604b23334e91b62d45 (diff)
downloadnixlib-239e9cda010690bcbf769ba4246561283c49aa76.tar
nixlib-239e9cda010690bcbf769ba4246561283c49aa76.tar.gz
nixlib-239e9cda010690bcbf769ba4246561283c49aa76.tar.bz2
nixlib-239e9cda010690bcbf769ba4246561283c49aa76.tar.lz
nixlib-239e9cda010690bcbf769ba4246561283c49aa76.tar.xz
nixlib-239e9cda010690bcbf769ba4246561283c49aa76.tar.zst
nixlib-239e9cda010690bcbf769ba4246561283c49aa76.zip
haskell-snap-core: jailbreak to fix build with recent versions of 'text'
-rw-r--r--pkgs/development/libraries/haskell/snap/core.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/snap/core.nix b/pkgs/development/libraries/haskell/snap/core.nix
index 0fca2136663f..410e9db6f92a 100644
--- a/pkgs/development/libraries/haskell/snap/core.nix
+++ b/pkgs/development/libraries/haskell/snap/core.nix
@@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
     HUnit MonadCatchIOTransformers mtl random regexPosix text time
     unixCompat unorderedContainers vector zlibEnum
   ];
+  jailbreak = true;
   meta = {
     homepage = "http://snapframework.com/";
     description = "Snap: A Haskell Web Framework (core interfaces and types)";