mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 08:31:59 +00:00
8 lines
215 B
Nix
8 lines
215 B
Nix
{ 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";
|
|
};
|
|
}
|