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