3
0
Fork 0
forked from mirrors/nixpkgs

* Enable xfce4-mixer.

svn path=/nixos/trunk/; revision=24208
This commit is contained in:
Eelco Dolstra 2010-10-10 22:35:18 +00:00
parent 098a593fb4
commit 968437c5d0

View file

@ -33,7 +33,11 @@ in
# Set GTK_DATA_PREFIX so that GTK+ can find the Xfce themes.
export GTK_DATA_PREFIX=${config.system.path}
# Necessary to get xfce4-mixer to find GST's ALSA plugin.
# Ugly.
export GST_PLUGIN_PATH=${config.system.path}/lib
exec ${pkgs.stdenv.shell} ${pkgs.xfce.xfceutils}/etc/xdg/xfce4/xinitrc
'';
};
@ -55,6 +59,7 @@ in
pkgs.xfce.xfce4panel
pkgs.xfce.xfce4session
pkgs.xfce.xfce4settings
pkgs.xfce.xfce4mixer
pkgs.xfce.xfceutils
pkgs.xfce.xfconf
pkgs.xfce.xfdesktop