mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
8 lines
197 B
Nix
8 lines
197 B
Nix
{ kde, kdelibs, libkdegames }:
|
|
kde {
|
|
buildInputs = [ kdelibs libkdegames ];
|
|
meta = {
|
|
description = "an addictive and fun dice game, designed to be played by as many as six players";
|
|
};
|
|
}
|