From 61efc76a635867d95099e4e1abf1f47e9e9001c4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Mar 2014 11:54:36 +0100 Subject: [PATCH] haskell-c2hs: jailbreak to fix build with recent versions of 'shelly' Also, disable the test suite because of . --- pkgs/development/libraries/haskell/c2hs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/haskell/c2hs/default.nix b/pkgs/development/libraries/haskell/c2hs/default.nix index f63d9f1771b5..9313deaf840d 100644 --- a/pkgs/development/libraries/haskell/c2hs/default.nix +++ b/pkgs/development/libraries/haskell/c2hs/default.nix @@ -12,6 +12,8 @@ cabal.mkDerivation (self: { testDepends = [ filepath HUnit shelly testFramework testFrameworkHunit text ]; + jailbreak = true; + doCheck = false; meta = { homepage = "https://github.com/haskell/c2hs"; description = "C->Haskell FFI tool that gives some cross-language type safety";