1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-cabal-macosx: jailbreak to fix build with fgl >= 5.5

This commit is contained in:
Peter Simons 2014-05-12 14:18:21 +02:00
parent 8fe9c64b13
commit 557c48a067

View file

@ -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";