about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kmahjongg.nix
blob: 946b531ff127d7252cda467663dd90872da35fc0 (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";
  };
}