about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/knetwalk.nix
blob: d7a80f1331680c55dcfef3b3bfb9ebd2deca9ab5 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "A small game where you have to build up a computer network by rotating the wires to connect the terminals to the server";
  };
}