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

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "A KDE alphabet tutorial";
  };
}