depot/third_party/nixpkgs/pkgs/kde/gear/kongress/default.nix

15 lines
170 B
Nix

{
mkKdeDerivation,
kcontacts,
qtlocation,
qtsvg,
}:
mkKdeDerivation {
pname = "kongress";
extraBuildInputs = [
kcontacts
qtsvg
qtlocation
];
}