16 lines
170 B
Nix
16 lines
170 B
Nix
|
{
|
||
|
mkKdeDerivation,
|
||
|
kcontacts,
|
||
|
qtlocation,
|
||
|
qtsvg,
|
||
|
}:
|
||
|
mkKdeDerivation {
|
||
|
pname = "kongress";
|
||
|
|
||
|
extraBuildInputs = [
|
||
|
kcontacts
|
||
|
qtsvg
|
||
|
qtlocation
|
||
|
];
|
||
|
}
|