nixpkgs/pkgs/desktops/kde-4.14/kdegames/kigo.nix

8 lines
170 B
Nix
Raw Normal View History

2014-09-20 05:09:11 -04:00
{ kde, kdelibs, libkdegames }:
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "an open-source implementation of the popular Go game";
};
}