added libnotify
svn path=/nixpkgs/trunk/; revision=9713
This commit is contained in:
parent
0dcad9f5ab
commit
fdc8cd0f4e
@ -3145,6 +3145,11 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
libnotify = import ../test/libnotify {
|
||||
inherit stdenv fetchurl pkgconfig dbus dbus_glib;
|
||||
inherit (gtkLibs) gtk glib;
|
||||
};
|
||||
|
||||
libvolume_id = import ../os-specific/linux/libvolume_id {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user