2015-10-10 17:06:36 +02:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kdoctools, kcompletion
|
|
|
|
, kconfigwidgets, kcoreaddons, kdbusaddons, kdeclarative
|
|
|
|
, kdelibs4support, ki18n, kiconthemes, kinit, kio, kitemviews
|
|
|
|
, knotifications, kservice, kwallet, kwidgetsaddons, kwindowsystem
|
|
|
|
, kxmlgui, mobile_broadband_provider_info, modemmanager-qt
|
|
|
|
, networkmanager-qt, openconnect, plasma-framework, qtdeclarative
|
2015-09-27 17:03:00 +02:00
|
|
|
, solid
|
|
|
|
}:
|
|
|
|
|
2015-09-29 23:58:59 +02:00
|
|
|
plasmaPackage {
|
2015-09-27 17:03:00 +02:00
|
|
|
name = "plasma-nm";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
kdoctools
|
|
|
|
];
|
|
|
|
buildInputs = [
|
2015-10-10 18:50:36 +02:00
|
|
|
kcompletion kconfigwidgets kcoreaddons kdbusaddons kiconthemes
|
2015-10-10 19:29:20 +02:00
|
|
|
kinit kitemviews knotifications kservice kwallet
|
2015-10-10 19:42:19 +02:00
|
|
|
kwidgetsaddons kxmlgui
|
2015-10-10 17:06:36 +02:00
|
|
|
mobile_broadband_provider_info modemmanager-qt networkmanager-qt
|
2015-10-10 18:19:37 +02:00
|
|
|
openconnect plasma-framework solid
|
2015-09-27 17:03:00 +02:00
|
|
|
];
|
2015-10-10 19:42:19 +02:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kdeclarative kdelibs4support ki18n kio kwindowsystem qtdeclarative
|
|
|
|
];
|
2015-09-27 17:03:00 +02:00
|
|
|
postInstall = ''
|
|
|
|
wrapKDEProgram "$out/bin/kde5-nm-connection-editor"
|
|
|
|
'';
|
|
|
|
}
|