summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdegames/kbreakout.nix
blob: 3a484d919bbbbf8e2bcbb065a2fc65cfd490e232 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a Breakout-like game. Its object is to destroy as many bricks as possible without losing the ball";
  };
}