haskell-gtk-traymanager: jailbreak to fix build with recent versions of gtk
Fixes <https://github.com/NixOS/nixpkgs/issues/3490>.
This commit is contained in:
parent
28097df0c6
commit
e9f0315a24
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "0dprxds49ljn0n94ca423gvh5ks2jmb4qx3lkqwpxqbcp0j8il7p";
|
||||
buildDepends = [ glib gtk ];
|
||||
pkgconfigDepends = [ gtk x11 ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/travitch/gtk-traymanager";
|
||||
description = "A wrapper around the eggtraymanager library for Linux system trays";
|
||||
|
Loading…
Reference in New Issue
Block a user