kongress: add missing dependencies (#338788)

This commit is contained in:
K900 2024-09-01 15:53:48 +03:00 committed by GitHub
commit 02c5ea0dc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,11 @@
{
mkKdeDerivation,
kcontacts,
qtlocation,
qtsvg,
}:
mkKdeDerivation {
pname = "kongress";
extraBuildInputs = [qtsvg];
extraBuildInputs = [kcontacts qtsvg qtlocation];
}