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

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