mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
haskell-wx-direct: jailbreak to fix build with Haskell Platform 2013.2.0.0
This commit is contained in:
parent
709718a307
commit
d7c578285a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user