summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/katomic.nix
blob: a9936c04f0eaea87d9456953964bf3019436e518 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a fun and educational puzzle game built around molecular geometry";
  };
}