summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kdiamond.nix
blob: b21a945a64b9d6e904696f41a23bd95e6d64c7b9 (plain) (blame)
1
2
3
4
5
6
7
{ 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";
  };
}