mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
kf512: add missing dependencies for kwallet
This commit is contained in:
parent
db5335a662
commit
479e248e42
@ -216,6 +216,10 @@ let
|
||||
patches = [ ./ktexteditor/0001-no-qcoreapplication.patch ];
|
||||
};
|
||||
|
||||
kwallet = extendDerivation super.kwallet {
|
||||
buildInputs = [ scope.kdoctools ];
|
||||
};
|
||||
|
||||
networkmanager-qt = extendDerivation super.networkmanager-qt {
|
||||
propagatedBuildInputs = [ scope.networkmanager ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user