nixos/plasma5: install phonon backends for each current Qt version

Fixes #27050, where the phonon backend was not found.
This commit is contained in:
Thomas Tuegel 2017-10-11 18:29:23 -05:00
parent bf37ecac6a
commit b25deccd1a
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -142,7 +142,8 @@ in
kde-gtk-config breeze-gtk
phonon-backend-gstreamer
libsForQt56.phonon-backend-gstreamer
libsForQt5.phonon-backend-gstreamer
]
++ lib.optionals cfg.enableQt4Support [ breeze-qt4 pkgs.phonon-backend-gstreamer ]