summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/ksnakeduel.nix
blob: ccf1fb551e9a02eb02b81c95d687939780daa5ab (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a simple Tron-Clone";
  };
}