summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kfourinline.nix
blob: 11b8838e7082d790bf607364e3796ad17f6c5bc8 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a board game for two players based on the Connect-Four game";
  };
}