gnome3: always use libcanberra_gtk3

This commit is contained in:
Domen Kožar 2014-01-26 00:21:43 +01:00
parent 96777994c8
commit 553963eb0c

View file

@ -3,6 +3,7 @@
rec {
inherit (pkgs) glib gtk2 gtk3 gnome2;
gtk = gtk3; # just to be sure
libcanberra = pkgs.libcanberra_gtk3; # just to be sure
inherit (pkgs.gnome2) gnome_common ORBit2;
orbit = ORBit2;