mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
7 lines
215 B
Nix
7 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";
|
|
};
|
|
}
|