summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/kblackbox.nix
blob: 27eeff2f65bb2c598273270d256cdab063fb70e8 (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";
  };
}