forked from mirrors/nixpkgs
haskell-cabal-macosx: jailbreak to fix build with fgl >= 5.5
This commit is contained in:
parent
8fe9c64b13
commit
557c48a067
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ Cabal fgl filepath parsec text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/gimbo/cabal-macosx";
|
||||
description = "Cabal support for creating Mac OSX application bundles";
|
||||
|
|
Loading…
Reference in a new issue