about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kigo.nix
blob: e417e89a0078ba0fea15bbb09654bf0aa0a10811 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "An open-source implementation of the popular Go game";
  };
}