mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
8 lines
195 B
Nix
8 lines
195 B
Nix
|
{ kde, kdelibs, libkdegames, qca2 }:
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libkdegames qca2 ];
|
||
|
meta = {
|
||
|
description = "a computerized version of the well known strategic board game Risk";
|
||
|
};
|
||
|
}
|