about summary refs log tree commit diff
path: root/pkgs/kde/frameworks/kidletime/default.nix
blob: 7171822ec1da48d247dbff2046179e3dcf35cfb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  mkKdeDerivation,
  qtwayland,
  pkg-config,
  xorg,
}:
mkKdeDerivation {
  pname = "kidletime";

  extraNativeBuildInputs = [pkg-config];
  extraBuildInputs = [qtwayland xorg.libXScrnSaver];
}