Added gstreamer plugins to the systemPackages, so that Phonon does not crash on shutdown when using KDE 4.4.x
svn path=/nixos/trunk/; revision=20350
This commit is contained in:
parent
b6090bff9d
commit
3d87a133a0
@ -11,6 +11,7 @@ export NIXPKGS_ALL=/etc/nixos/nixpkgs
|
||||
export PAGER="less -R"
|
||||
export EDITOR=nano
|
||||
export LOCATE_PATH=/var/cache/locatedb
|
||||
export GST_PLUGIN_PATH=/var/run/current-system/sw/lib/gstreamer-0.10
|
||||
@shellInit@
|
||||
|
||||
|
||||
|
@ -52,6 +52,9 @@ in
|
||||
pkgs.kde4.kdebase_runtime
|
||||
pkgs.kde4.kdebase_workspace
|
||||
pkgs.shared_mime_info
|
||||
pkgs.gst_all.gstreamer
|
||||
pkgs.gst_all.gstPluginsBase
|
||||
pkgs.gst_all.gstPluginsGood
|
||||
] ++ optional (pkgs.kde4 ? oxygen_icons) pkgs.kde4.oxygen_icons;
|
||||
|
||||
environment.x11Packages =
|
||||
|
Loading…
Reference in New Issue
Block a user