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

10 lines
119 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
}:
mkKdeDerivation {
pname = "kcompletion";
extraNativeBuildInputs = [qttools];
}