kongress: add missing dependencies (#338788)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
kcontacts,
|
||||
qtlocation,
|
||||
qtsvg,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "kongress";
|
||||
|
||||
extraBuildInputs = [qtsvg];
|
||||
extraBuildInputs = [kcontacts qtsvg qtlocation];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user