summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kiriki.nix
blob: 72f7ab67501b5f49fda135caccf81fff179f3c6a (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "an addictive and fun dice game, designed to be played by as many as six players";
  };
}