gnome3: always use libcanberra_gtk3
This commit is contained in:
parent
96777994c8
commit
553963eb0c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue