Merge pull request #293458 from K900/filelight-deps

kdePackages.filelight: add missing runtime deps
This commit is contained in:
K900 2024-03-05 13:28:15 +03:00 committed by GitHub
commit 5477e09999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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