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