about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-08 22:52:39 +0200
committerPeter Simons <simons@cryp.to>2013-09-08 22:56:29 +0200
commit53f8f8f50da72fb64f9af0c1ef4c84d2618a5011 (patch)
treea67813e1b9d03071f6928243fe0bea9c882ec7f4
parentc8c7a8dc42cd604bb8c143fcd2d126e833e53eaa (diff)
downloadnixlib-53f8f8f50da72fb64f9af0c1ef4c84d2618a5011.tar
nixlib-53f8f8f50da72fb64f9af0c1ef4c84d2618a5011.tar.gz
nixlib-53f8f8f50da72fb64f9af0c1ef4c84d2618a5011.tar.bz2
nixlib-53f8f8f50da72fb64f9af0c1ef4c84d2618a5011.tar.lz
nixlib-53f8f8f50da72fb64f9af0c1ef4c84d2618a5011.tar.xz
nixlib-53f8f8f50da72fb64f9af0c1ef4c84d2618a5011.tar.zst
nixlib-53f8f8f50da72fb64f9af0c1ef4c84d2618a5011.zip
haskell-digestive-functors-heist: jailbreak to fix the build with recent heist
-rw-r--r--pkgs/development/libraries/haskell/digestive-functors-heist/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix b/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
index e2dc195b196f..460154c70f03 100644
--- a/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
+++ b/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
@@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
   buildDepends = [
     blazeBuilder digestiveFunctors heist mtl text xmlhtml
   ];
+  jailbreak = true;
   meta = {
     homepage = "http://github.com/jaspervdj/digestive-functors";
     description = "Heist frontend for the digestive-functors library";