2016-11-05 10:13:54 -07:00
|
|
|
{
|
|
|
|
plasmaPackage,
|
|
|
|
ecm, makeQtWrapper,
|
|
|
|
frameworkintegration, kcmutils, kcompletion, kconfig, kdecoration, kguiaddons,
|
|
|
|
ki18n, kwidgetsaddons, kservice, kwayland, kwindowsystem, qtx11extras
|
2016-04-21 09:01:22 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "oxygen";
|
2016-11-05 10:13:54 -07:00
|
|
|
nativeBuildInputs = [ ecm makeQtWrapper ];
|
2016-04-28 10:58:47 -07:00
|
|
|
propagatedBuildInputs = [
|
2016-11-05 10:13:54 -07:00
|
|
|
frameworkintegration kcmutils kcompletion kconfig kdecoration kguiaddons
|
|
|
|
ki18n kservice kwayland kwidgetsaddons kwindowsystem qtx11extras
|
2016-04-21 09:01:22 -07:00
|
|
|
];
|
|
|
|
postInstall = ''
|
|
|
|
wrapQtProgram "$out/bin/oxygen-demo5"
|
|
|
|
wrapQtProgram "$out/bin/oxygen-settings5"
|
|
|
|
'';
|
|
|
|
}
|