summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/lskat.nix
blob: 2a5050cd6676ee9cad62db1026e475eb2f650721 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a fun and engaging card game for two players, where the second player is either live opponent, or a built in artificial intelligence";
  };
}