about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/libkmahjongg.nix
blob: d7687c1435f779e6beb7c2d0107cfe2eabc89ba3 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "A library for KMahjongg game";
  };
}