mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 14:43:37 +00:00
8 lines
196 B
Nix
8 lines
196 B
Nix
|
{ kde, kdelibs, libkdegames }:
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libkdegames ];
|
||
|
meta = {
|
||
|
description = "a game modeled after the well known pen and paper based game of Dots and Boxes";
|
||
|
};
|
||
|
}
|