8 lines
182 B
Nix
8 lines
182 B
Nix
|
{ kde, kdelibs, libkdegames }:
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libkdegames ];
|
||
|
meta = {
|
||
|
description = "a simple constructor game suitable for children and adults alike";
|
||
|
};
|
||
|
}
|