From d7c578285aa3b3418649008d971e68015c9d6e41 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 May 2013 12:09:00 +0200 Subject: [PATCH] haskell-wx-direct: jailbreak to fix build with Haskell Platform 2013.2.0.0 --- pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix b/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix index a1caaef1bc9..08512c20625 100644 --- a/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix +++ b/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix @@ -7,6 +7,9 @@ cabal.mkDerivation (self: { isLibrary = true; isExecutable = true; buildDepends = [ parsec strict time ]; + patchPhase = '' + sed -i -e 's|containers >=.*|containers|' wxdirect.cabal + ''; meta = { homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "helper tool for building wxHaskell";