ce77225e21
This is the thing you want to look at.
13 lines
169 B
Nix
13 lines
169 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtsvg,
|
|
qtspeech,
|
|
_7zz,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "knights";
|
|
|
|
extraNativeBuildInputs = [_7zz];
|
|
extraBuildInputs = [qtsvg qtspeech];
|
|
}
|