plasma-pa: add sound-theme-freedesktop input

This commit is contained in:
Thomas Tuegel 2020-09-01 05:51:24 -05:00
parent 6105abdeaa
commit 18dd58a1df
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,15 +1,20 @@
{ {
mkDerivation, mkDerivation,
extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools,
gconf, glib, kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n, kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n, kwindowsystem, plasma-framework,
libcanberra-gtk3, libpulseaudio, plasma-framework, qtdeclarative, kwindowsystem qtdeclarative,
gconf, glib, libcanberra-gtk3, libpulseaudio, sound-theme-freedesktop
}: }:
mkDerivation { mkDerivation {
name = "plasma-pa"; name = "plasma-pa";
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [
gconf glib kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n gconf glib libcanberra-gtk3 libpulseaudio sound-theme-freedesktop
libcanberra-gtk3 libpulseaudio plasma-framework qtdeclarative kwindowsystem
kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n plasma-framework
kwindowsystem
qtdeclarative
]; ];
} }