summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/language-c-quote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/language-c-quote/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/language-c-quote/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/language-c-quote/default.nix b/pkgs/development/libraries/haskell/language-c-quote/default.nix
index 4c281642277e..35d15c0291a6 100644
--- a/pkgs/development/libraries/haskell/language-c-quote/default.nix
+++ b/pkgs/development/libraries/haskell/language-c-quote/default.nix
@@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
     HUnit srcloc symbol testFramework testFrameworkHunit
   ];
   buildTools = [ alex happy ];
+  jailbreak = true;
   meta = {
     homepage = "http://www.eecs.harvard.edu/~mainland/";
     description = "C/CUDA/OpenCL/Objective-C quasiquoting library";