2022-10-07 10:39:27 +00:00
|
|
|
{ mkDerivation
|
|
|
|
, extra-cmake-modules
|
|
|
|
, frameworkintegration
|
|
|
|
, kcmutils
|
|
|
|
, kcompletion
|
|
|
|
, kconfig
|
|
|
|
, kdecoration
|
|
|
|
, kguiaddons
|
|
|
|
, ki18n
|
|
|
|
, kwidgetsaddons
|
|
|
|
, kservice
|
|
|
|
, kwayland
|
|
|
|
, kwindowsystem
|
|
|
|
, qtdeclarative
|
|
|
|
, qtx11extras
|
|
|
|
, libXdmcp
|
2016-04-21 16:01:22 +00:00
|
|
|
}:
|
|
|
|
|
2017-05-16 15:56:41 +00:00
|
|
|
mkDerivation {
|
2022-03-06 21:28:56 +00:00
|
|
|
pname = "oxygen";
|
2017-05-16 15:56:41 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
propagatedBuildInputs = [
|
2022-10-07 10:39:27 +00:00
|
|
|
frameworkintegration
|
|
|
|
kcmutils
|
|
|
|
kcompletion
|
|
|
|
kconfig
|
|
|
|
kdecoration
|
|
|
|
kguiaddons
|
|
|
|
ki18n
|
|
|
|
kservice
|
|
|
|
kwayland
|
|
|
|
kwidgetsaddons
|
|
|
|
kwindowsystem
|
|
|
|
qtdeclarative
|
|
|
|
qtx11extras
|
|
|
|
libXdmcp
|
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
|
|
|
}
|