mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-glade: jailbreak to fix build with recent versions of 'glib' and 'gtk'
This commit is contained in:
parent
20059d37f5
commit
e2b8a3ee7f
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue