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

8 lines
170 B
Nix
Raw Normal View History

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