mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-wxcore: jailbreak to fix build with recent versions of array
This commit is contained in:
parent
8de3955037
commit
6ca2c509c1
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "1ma6vjf87b493vz3sj6hxzifqixk62n6b5gvixpfzfig1lysddgp";
|
||||
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
||||
extraLibraries = [ libX11 mesa wxGTK ];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|array >= .*,|array,|' wxcore.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell core";
|
||||
|
|
Loading…
Reference in a new issue