From f13d57e1aa7a3ce136663ecc0002cc216e86f9ee Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 1 Nov 2014 18:25:18 +0100 Subject: [PATCH] haskell-snaplet-acid-state: jailbreak to fix build with recent versions of 'text' --- .../development/libraries/haskell/snaplet-acid-state/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/snaplet-acid-state/default.nix b/pkgs/development/libraries/haskell/snaplet-acid-state/default.nix index 0d483a65ad7..96a64488f2a 100644 --- a/pkgs/development/libraries/haskell/snaplet-acid-state/default.nix +++ b/pkgs/development/libraries/haskell/snaplet-acid-state/default.nix @@ -7,6 +7,7 @@ cabal.mkDerivation (self: { version = "0.2.6.1"; sha256 = "0wlawnsxisslqzspa29swsdmncgx04z3rd1bhwx73mx5pksykw60"; buildDepends = [ acidState snap text ]; + jailbreak = true; meta = { homepage = "https://github.com/mightybyte/snaplet-acid-state"; description = "acid-state snaplet for Snap Framework";