kongress: add missing dependencies (#338788)

This commit is contained in:
K900
2024-09-01 15:53:48 +03:00
committed by GitHub
+3 -1
View File
@@ -1,9 +1,11 @@
{
mkKdeDerivation,
kcontacts,
qtlocation,
qtsvg,
}:
mkKdeDerivation {
pname = "kongress";
extraBuildInputs = [qtsvg];
extraBuildInputs = [kcontacts qtsvg qtlocation];
}