depot/third_party/nixpkgs/pkgs/kde/gear/kfind/default.nix

10 lines
111 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qt5compat,
}:
mkKdeDerivation {
pname = "kfind";
extraBuildInputs = [qt5compat];
}