plasma-pa: add sound-theme-freedesktop input
This commit is contained in:
parent
6105abdeaa
commit
18dd58a1df
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user