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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
170 B
Nix
Raw Normal View History

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