haskell-gtk-traymanager: update to version 0.1.3

This commit is contained in:
Peter Simons 2014-02-10 11:06:03 +01:00
parent 9eb8b4854c
commit f4f3d8092c

View File

@ -1,11 +1,11 @@
{ cabal, glib, gtk, X11 }:
{ cabal, glib, gtk, x11 }:
cabal.mkDerivation (self: {
pname = "gtk-traymanager";
version = "0.1.3";
sha256 = "07671f3j3r07djgvrlpbdaqqnm2yc7sc5f5isjn5nczrwh8n0sj4";
buildDepends = [ glib gtk ];
pkgconfigDepends = [ gtk X11 ];
pkgconfigDepends = [ gtk x11 ];
meta = {
homepage = "http://github.com/travitch/gtk-traymanager";
description = "A wrapper around the eggtraymanager library for Linux system trays";