blob: d3e8268784bb17c03c74066a37026cf6fa79b6bd (
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";
};
}
|