kf59.networkmanager-qt: propagate networkmanager dependency
This commit is contained in:
parent
83e4dfcf2f
commit
5f9fe6574b
|
@ -195,6 +195,10 @@ let
|
|||
patches = [ ./ktexteditor/0001-no-qcoreapplication.patch ];
|
||||
};
|
||||
|
||||
networkmanager-qt = super.networkmanager-qt // {
|
||||
propagatedBuildInputs = with pkgs; super.networkmanager-qt.propagatedBuildInputs ++ [ networkmanager ];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
kf5 = generateCollection ./. {
|
||||
|
|
Loading…
Reference in New Issue