summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kigo.nix
blob: 32eee67cc1e0957c95572f2ad01b428327a68907 (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";
  };
}