kdePackages.filelight: add missing runtime deps

This commit is contained in:
K900 2024-03-05 12:01:13 +03:00
parent 047bc33866
commit 62565c33a8

View File

@ -1,4 +1,15 @@
{mkKdeDerivation}:
{
mkKdeDerivation,
kirigami,
kquickcharts,
qqc2-desktop-style,
}:
mkKdeDerivation {
pname = "filelight";
extraBuildInputs = [
kirigami
kquickcharts
qqc2-desktop-style
];
}