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

10 lines
138 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtdeclarative,
}:
mkKdeDerivation {
pname = "khealthcertificate";
extraNativeBuildInputs = [qtdeclarative];
}