about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-08 22:53:29 +0200
committerPeter Simons <simons@cryp.to>2013-09-08 22:56:29 +0200
commit2943574903b4c2eae4f66f919c0ce2eb183d40ed (patch)
tree6d93f3dbcf3cd808f9c701567ecceb8d0d46a709
parent53f8f8f50da72fb64f9af0c1ef4c84d2618a5011 (diff)
downloadnixlib-2943574903b4c2eae4f66f919c0ce2eb183d40ed.tar
nixlib-2943574903b4c2eae4f66f919c0ce2eb183d40ed.tar.gz
nixlib-2943574903b4c2eae4f66f919c0ce2eb183d40ed.tar.bz2
nixlib-2943574903b4c2eae4f66f919c0ce2eb183d40ed.tar.lz
nixlib-2943574903b4c2eae4f66f919c0ce2eb183d40ed.tar.xz
nixlib-2943574903b4c2eae4f66f919c0ce2eb183d40ed.tar.zst
nixlib-2943574903b4c2eae4f66f919c0ce2eb183d40ed.zip
haskell-citeproc-hs: jailbreak to fix build with recent pandoc-types
-rw-r--r--pkgs/development/libraries/haskell/citeproc-hs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/citeproc-hs/default.nix b/pkgs/development/libraries/haskell/citeproc-hs/default.nix
index 2c68fd24d1fa..573c5085b109 100644
--- a/pkgs/development/libraries/haskell/citeproc-hs/default.nix
+++ b/pkgs/development/libraries/haskell/citeproc-hs/default.nix
@@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
     filepath hexpat hsBibutils HTTP json mtl network pandocTypes parsec
     syb time utf8String
   ];
+  jailbreak = true;
   meta = {
     homepage = "http://gorgias.mine.nu/repos/citeproc-hs/";
     description = "A Citation Style Language implementation in Haskell";