depot/third_party/nixpkgs/pkgs/kde/frameworks/kpeople/default.nix

9 lines
123 B
Nix

{
mkKdeDerivation,
qtdeclarative,
}:
mkKdeDerivation {
pname = "kpeople";
extraBuildInputs = [ qtdeclarative ];
}