9 lines
138 B
Nix
9 lines
138 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "khealthcertificate";
|
|
|
|
extraNativeBuildInputs = [qtdeclarative];
|
|
}
|