about summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kidletime.nix
blob: d3f46512db2313b48f9f337eaa73fcae63db6c03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ kdeFramework, lib
, ecm
, qtbase
, qtx11extras
}:

kdeFramework {
  name = "kidletime";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [ qtbase qtx11extras ];
}