summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kactivities.nix
blob: 67ff8cd89846a6d0fea3793e5a8932ec07f987ab (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs }:

kde {
  propagatedBuildInputs = [ kdelibs ];

  meta = {
    description = "KDE activities library and daemon";
  };
}