haskell-glade: jailbreak to fix build with recent versions of 'glib' and 'gtk'
This commit is contained in:
parent
20059d37f5
commit
e2b8a3ee7f
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildTools = [ gtk2hsBuildtools ];
|
buildTools = [ gtk2hsBuildtools ];
|
||||||
extraLibraries = [ libc pkgconfig ];
|
extraLibraries = [ libc pkgconfig ];
|
||||||
pkgconfigDepends = [ gtkC libglade ];
|
pkgconfigDepends = [ gtkC libglade ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||||
description = "Binding to the glade library";
|
description = "Binding to the glade library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user