about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kblackbox.nix
blob: 1e20cf0051ea6f87362a12ac58021cedeb857d69 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "A game of hide and seek played on an grid of boxes, where the player shoots rays into the grid to deduce the positions of hidden objects";
  };
}