nixpkgs/pkgs/kde/gear/kongress/default.nix
2024-09-20 08:54:48 +03:00

16 lines
170 B
Nix

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