haskell-glade: jailbreak to fix build with recent versions of 'glib' and 'gtk'

This commit is contained in:
Peter Simons 2014-08-04 13:08:55 +02:00
parent 20059d37f5
commit e2b8a3ee7f

View file

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
buildTools = [ gtk2hsBuildtools ];
extraLibraries = [ libc pkgconfig ];
pkgconfigDepends = [ gtkC libglade ];
jailbreak = true;
meta = {
homepage = "http://projects.haskell.org/gtk2hs/";
description = "Binding to the glade library";