Fix path of libnotify

svn path=/nixpkgs/trunk/; revision=9714
This commit is contained in:
Wouter den Breejen 2007-11-16 14:36:15 +00:00
parent fdc8cd0f4e
commit 91103b7dea

@ -3145,7 +3145,7 @@ rec {
inherit fetchurl stdenv;
};
libnotify = import ../test/libnotify {
libnotify = import ../development/libraries/libnotify {
inherit stdenv fetchurl pkgconfig dbus dbus_glib;
inherit (gtkLibs) gtk glib;
};