2016-11-05 17:13:54 +00:00
|
|
|
{
|
2017-05-16 15:56:41 +00:00
|
|
|
mkDerivation,
|
2017-02-26 12:49:15 +00:00
|
|
|
extra-cmake-modules,
|
2016-11-05 17:13:54 +00:00
|
|
|
frameworkintegration, kcmutils, kcompletion, kconfig, kdecoration, kguiaddons,
|
2017-05-22 18:49:07 +00:00
|
|
|
ki18n, kwidgetsaddons, kservice, kwayland, kwindowsystem, qtdeclarative,
|
|
|
|
qtx11extras
|
2016-04-21 16:01:22 +00:00
|
|
|
}:
|
|
|
|
|
2017-05-16 15:56:41 +00:00
|
|
|
mkDerivation {
|
|
|
|
name = "oxygen";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
frameworkintegration kcmutils kcompletion kconfig kdecoration kguiaddons
|
2017-05-22 18:49:07 +00:00
|
|
|
ki18n kservice kwayland kwidgetsaddons kwindowsystem qtdeclarative
|
|
|
|
qtx11extras
|
2017-05-16 15:56:41 +00:00
|
|
|
];
|
2017-09-27 00:00:23 +00:00
|
|
|
outputs = [ "bin" "dev" "out" ];
|
2016-04-21 16:01:22 +00:00
|
|
|
}
|