about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/knetwalk.nix
blob: a16e578ce848910b6b83ac49e933675a8038b67e (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";
  };
}