about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-02-21 11:00:25 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-02-21 11:39:20 -0600
commitb050babd3eb8144a6789c32de5529e2cadbeb800 (patch)
tree815554efdf342f162f00e6b04f8d41121a1f6b3f /nixos/modules
parenta79936561b06845e549fd04be3b71bdea1179060 (diff)
downloadnixlib-b050babd3eb8144a6789c32de5529e2cadbeb800.tar
nixlib-b050babd3eb8144a6789c32de5529e2cadbeb800.tar.gz
nixlib-b050babd3eb8144a6789c32de5529e2cadbeb800.tar.bz2
nixlib-b050babd3eb8144a6789c32de5529e2cadbeb800.tar.lz
nixlib-b050babd3eb8144a6789c32de5529e2cadbeb800.tar.xz
nixlib-b050babd3eb8144a6789c32de5529e2cadbeb800.tar.zst
nixlib-b050babd3eb8144a6789c32de5529e2cadbeb800.zip
kde5: fix Phonon GStreamer backend
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde5.nix b/nixos/modules/services/x11/desktop-managers/kde5.nix
index 6d6479da2a1f..4842197d4e40 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -11,12 +11,14 @@ let
   phononBackends = {
     gstreamer = [
       pkgs.phonon_backend_gstreamer
+      pkgs.gst_all.gstreamer
       pkgs.gst_all.gstPluginsBase
       pkgs.gst_all.gstPluginsGood
       pkgs.gst_all.gstPluginsUgly
       pkgs.gst_all.gstPluginsBad
       pkgs.gst_all.gstFfmpeg # for mp3 playback
       pkgs.phonon_qt5_backend_gstreamer
+      pkgs.gst_all_1.gstreamer
       pkgs.gst_all_1.gst-plugins-base
       pkgs.gst_all_1.gst-plugins-good
       pkgs.gst_all_1.gst-plugins-ugly