mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
kongress: add missing dependencies (#338788)
This commit is contained in:
commit
02c5ea0dc9
@ -1,9 +1,11 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
kcontacts,
|
||||
qtlocation,
|
||||
qtsvg,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "kongress";
|
||||
|
||||
extraBuildInputs = [qtsvg];
|
||||
extraBuildInputs = [kcontacts qtsvg qtlocation];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user