about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kmahjongg.nix
blob: 6aca3c229946e189760afbad8e82fad8170da23a (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames, libkmahjongg }:
kde {
  buildInputs = [ kdelibs libkdegames libkmahjongg ];
  meta = {
    description = "The tiles are scrambled and staked on top of each other to resemble a certain shape. The player is then expected to remove all the tiles off the game board by locating each tile's matching pair";
  };
}