1 { lib, stdenv, fetchFromGitHub, fetchpatch
2 , pkg-config, dbus, gdk-pixbuf, glib, libX11, gtk2, librsvg
3 , dbus-glib, autoreconfHook, wrapGAppsHook3 }:
6 pname = "volnoti-unstable";
7 version = "2013-09-23";
9 src = fetchFromGitHub {
10 owner = "davidbrazdil";
12 rev = "4af7c8e54ecc499097121909f02ecb42a8a60d24";
13 sha256 = "155lb7w563dkdkdn4752hl0zjhgnq3j4cvs9z98nb25k1xpmpki7";
17 # Fix dbus interface headers. See
18 # https://github.com/davidbrazdil/volnoti/pull/10
20 url = "https://github.com/davidbrazdil/volnoti/commit/623ad8ea5c3ac8720d00a2ced4b6163aae38c119.patch";
21 sha256 = "046zfdjmvhb7jrsgh04vfgi35sgy1zkrhd3bzdby3nvds1wslfam";
25 nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook3 ];
28 dbus gdk-pixbuf glib libX11 gtk2 dbus-glib librsvg
32 description = "Lightweight volume notification for Linux";
33 homepage = "https://github.com/davidbrazdil/volnoti";
34 license = licenses.gpl3;
35 platforms = platforms.linux;