about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-09 10:14:21 +0200
committerPeter Simons <simons@cryp.to>2014-06-09 10:27:00 +0200
commitb3c9513efe2aafe840a45923c5a903cfd6893e55 (patch)
treee4d97c05f7dbaaedda3eb659b3dfd5da1b3e44e5
parent3287542c579d4a93b11b7dfc28a66f54997728e8 (diff)
downloadnixlib-b3c9513efe2aafe840a45923c5a903cfd6893e55.tar
nixlib-b3c9513efe2aafe840a45923c5a903cfd6893e55.tar.gz
nixlib-b3c9513efe2aafe840a45923c5a903cfd6893e55.tar.bz2
nixlib-b3c9513efe2aafe840a45923c5a903cfd6893e55.tar.lz
nixlib-b3c9513efe2aafe840a45923c5a903cfd6893e55.tar.xz
nixlib-b3c9513efe2aafe840a45923c5a903cfd6893e55.tar.zst
nixlib-b3c9513efe2aafe840a45923c5a903cfd6893e55.zip
haskell-vty-5.1.0: jailbreak to fix build with lens 4.2
-rw-r--r--pkgs/development/libraries/haskell/vty/5.1.0.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/vty/5.1.0.nix b/pkgs/development/libraries/haskell/vty/5.1.0.nix
index fc2f0256d7f8..b04f7ff33eda 100644
--- a/pkgs/development/libraries/haskell/vty/5.1.0.nix
+++ b/pkgs/development/libraries/haskell/vty/5.1.0.nix
@@ -21,6 +21,7 @@ cabal.mkDerivation (self: {
     testFramework testFrameworkHunit testFrameworkSmallcheck text
     utf8String vector
   ];
+  jailbreak = true;
   doCheck = false;
   meta = {
     homepage = "https://github.com/coreyoconnor/vty";