about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/plasma-pa.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-09-01 05:51:24 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2020-09-01 05:52:53 -0500
commit18dd58a1dff5d7a236383954e7447ec9038023c0 (patch)
treed92f36e8ddaa6e991e8ed65897f40916ffb7b27e /pkgs/desktops/plasma-5/plasma-pa.nix
parent6105abdeaa9c0292e20d3338ee297b32961639a8 (diff)
plasma-pa: add sound-theme-freedesktop input
Diffstat (limited to 'pkgs/desktops/plasma-5/plasma-pa.nix')
-rw-r--r--pkgs/desktops/plasma-5/plasma-pa.nix13
1 files changed, 9 insertions, 4 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-pa.nix b/pkgs/desktops/plasma-5/plasma-pa.nix
index b60b5298d6dbb..e29df104f3c72 100644
--- a/pkgs/desktops/plasma-5/plasma-pa.nix
+++ b/pkgs/desktops/plasma-5/plasma-pa.nix
@@ -1,15 +1,20 @@
 {
   mkDerivation,
   extra-cmake-modules, kdoctools,
-  gconf, glib, kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n,
-  libcanberra-gtk3, libpulseaudio, plasma-framework, qtdeclarative, kwindowsystem
+  kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n, kwindowsystem, plasma-framework,
+  qtdeclarative,
+  gconf, glib, libcanberra-gtk3, libpulseaudio, sound-theme-freedesktop
 }:
 
 mkDerivation {
   name = "plasma-pa";
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
-    gconf glib kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n
-    libcanberra-gtk3 libpulseaudio plasma-framework qtdeclarative kwindowsystem
+    gconf glib libcanberra-gtk3 libpulseaudio sound-theme-freedesktop
+
+    kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n plasma-framework
+    kwindowsystem
+
+    qtdeclarative
   ];
 }