about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma-5.6/oxygen.nix
blob: 5a783ca6502751ae9b890c53f17445c3bd01486e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ plasmaPackage, extra-cmake-modules, ki18n, kcmutils, kconfig
, kdecoration, kguiaddons, kwidgetsaddons, kservice, kcompletion
, frameworkintegration, kwindowsystem, makeQtWrapper, qtx11extras
}:

plasmaPackage {
  name = "oxygen";
  nativeBuildInputs = [
    extra-cmake-modules makeQtWrapper
  ];
  propagatedBuildInputs = [
    kcmutils kconfig kdecoration kguiaddons kwidgetsaddons kservice kcompletion
    frameworkintegration ki18n kwindowsystem qtx11extras
  ];
  postInstall = ''
    wrapQtProgram "$out/bin/oxygen-demo5"
    wrapQtProgram "$out/bin/oxygen-settings5"
  '';
}