summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-14 16:06:29 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:35 +0200
commita2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c (patch)
tree1dbe249928e97479d014d7f7cfd102f970a3206f /pkgs/development
parentc9bccb869f4bed939fcc54aad39e2cc6cc80bd17 (diff)
downloadnixlib-a2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c.tar
nixlib-a2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c.tar.gz
nixlib-a2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c.tar.bz2
nixlib-a2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c.tar.lz
nixlib-a2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c.tar.xz
nixlib-a2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c.tar.zst
nixlib-a2181e4ed8b95fe9b3ab5ce3c9860b6dd0999d2c.zip
haskell-snap-web-routes: jailbreak to fix build with network 2.6.x
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/snap-web-routes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/snap-web-routes/default.nix b/pkgs/development/libraries/haskell/snap-web-routes/default.nix
index 71b8c3c49da3..a8252a4f3f02 100644
--- a/pkgs/development/libraries/haskell/snap-web-routes/default.nix
+++ b/pkgs/development/libraries/haskell/snap-web-routes/default.nix
@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
   version = "0.5.0.0";
   sha256 = "1ml0b759k2n9bd2x4akz4dfyk8ywnpgrdlcymng4vhjxbzngnniv";
   buildDepends = [ heist mtl snap snapCore text webRoutes xmlhtml ];
+  jailbreak = true;
   meta = {
     homepage = "https://github.com/lukerandall/snap-web-routes";
     description = "Type safe URLs for Snap";