mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
8 lines
213 B
Nix
8 lines
213 B
Nix
{ kde, kdelibs, libkdegames }:
|
|
kde {
|
|
buildInputs = [ kdelibs libkdegames ];
|
|
meta = {
|
|
description = "a single player puzzle game. The object of the game is to build lines of three similar diamonds";
|
|
};
|
|
}
|