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