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

kde {
  buildInputs = [ kdelibs libkdeedu attica ];

  meta = {
    description = "Vocabulary Trainer";
  };
}