about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kjumpingcube.nix
blob: a6d22cff51c33ac1745a6f6251cf5d1fb71474e1 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a simple dice driven tactical game";
  };
}