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