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

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