diff --git a/pkgs/development/libraries/haskell/snaplet-stripe/default.nix b/pkgs/development/libraries/haskell/snaplet-stripe/default.nix index 7320b2001207..6f0f3d5de06a 100644 --- a/pkgs/development/libraries/haskell/snaplet-stripe/default.nix +++ b/pkgs/development/libraries/haskell/snaplet-stripe/default.nix @@ -12,6 +12,7 @@ cabal.mkDerivation (self: { configurator heist lensFamilyCore mtl snap stripe text textFormat transformers xmlhtml ]; + jailbreak = true; meta = { homepage = "https://github.com/LukeHoersten/snaplet-stripe"; description = "Stripe snaplet for the Snap Framework";