2016-10-05 04:31:47 +02:00
|
|
|
{
|
2017-05-15 18:44:58 +02:00
|
|
|
mkDerivation,
|
2017-05-22 20:49:07 +02:00
|
|
|
extra-cmake-modules, kdoctools,
|
2020-09-01 12:51:24 +02:00
|
|
|
kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n, kwindowsystem, plasma-framework,
|
|
|
|
qtdeclarative,
|
|
|
|
gconf, glib, libcanberra-gtk3, libpulseaudio, sound-theme-freedesktop
|
2016-04-21 18:01:22 +02:00
|
|
|
}:
|
|
|
|
|
2017-05-15 18:44:58 +02:00
|
|
|
mkDerivation {
|
2016-04-21 18:01:22 +02:00
|
|
|
name = "plasma-pa";
|
2017-05-15 18:44:58 +02:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2017-05-22 20:49:07 +02:00
|
|
|
buildInputs = [
|
2020-09-01 12:51:24 +02:00
|
|
|
gconf glib libcanberra-gtk3 libpulseaudio sound-theme-freedesktop
|
|
|
|
|
|
|
|
kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n plasma-framework
|
|
|
|
kwindowsystem
|
|
|
|
|
|
|
|
qtdeclarative
|
2016-04-21 18:01:22 +02:00
|
|
|
];
|
|
|
|
}
|