summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-12-10 12:43:40 +0100
committerPeter Simons <simons@cryp.to>2012-12-10 12:43:47 +0100
commit47828eaaf8e5415aaa79fecea27c798a75c877ca (patch)
tree78e4c2de32877823e47861a141c4b34cc660c325 /pkgs/development
parent5ed517d5383b92bfe1a64dfc39fa5341b7e3f5da (diff)
downloadnixlib-47828eaaf8e5415aaa79fecea27c798a75c877ca.tar
nixlib-47828eaaf8e5415aaa79fecea27c798a75c877ca.tar.gz
nixlib-47828eaaf8e5415aaa79fecea27c798a75c877ca.tar.bz2
nixlib-47828eaaf8e5415aaa79fecea27c798a75c877ca.tar.lz
nixlib-47828eaaf8e5415aaa79fecea27c798a75c877ca.tar.xz
nixlib-47828eaaf8e5415aaa79fecea27c798a75c877ca.tar.zst
nixlib-47828eaaf8e5415aaa79fecea27c798a75c877ca.zip
haskell-hakyll: update to version 3.5.2.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/hakyll/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix
index c9a1d694c786..093a92dd16ec 100644
--- a/pkgs/development/libraries/haskell/hakyll/default.nix
+++ b/pkgs/development/libraries/haskell/hakyll/default.nix
@@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
     lrucache mtl pandoc parsec regexBase regexTdfa snapCore snapServer
     tagsoup text time
   ];
+  jailbreak = true;
   meta = {
     homepage = "http://jaspervdj.be/hakyll";
     description = "A static website compiler library";