From 3eab69da503e7679f6f699039673352a16c718d3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 May 2013 12:17:29 +0200 Subject: [PATCH] haskell-distributed-process: jailbreak to fix build with Haskell Platform 2013.2.0.0 --- .../libraries/haskell/distributed-process/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/distributed-process/default.nix b/pkgs/development/libraries/haskell/distributed-process/default.nix index d23a5ef0228..95f7993da22 100644 --- a/pkgs/development/libraries/haskell/distributed-process/default.nix +++ b/pkgs/development/libraries/haskell/distributed-process/default.nix @@ -20,6 +20,7 @@ cabal.mkDerivation (self: { testFrameworkHunit ]; noHaddock = true; + jailbreak = true; doCheck = false; meta = { homepage = "http://github.com/haskell-distributed/distributed-process";