10 lines
128 B
Nix
10 lines
128 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kquickcharts";
|
|
|
|
extraBuildInputs = [ qtdeclarative ];
|
|
}
|