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

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

10 lines
121 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
}:
mkKdeDerivation {
pname = "kcompletion";
2024-09-20 05:54:48 +00:00
extraNativeBuildInputs = [ qttools ];
}