summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdeadmin/kcron.nix
blob: bada0c1cb108e6e17d36547e9fa61da8eb8d46d1 (plain) (blame)
1
2
3
4
5
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];
}