mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +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 ];
|
patches = [ ./ktexteditor/0001-no-qcoreapplication.patch ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kwallet = extendDerivation super.kwallet {
|
||||||
|
buildInputs = [ scope.kdoctools ];
|
||||||
|
};
|
||||||
|
|
||||||
networkmanager-qt = extendDerivation super.networkmanager-qt {
|
networkmanager-qt = extendDerivation super.networkmanager-qt {
|
||||||
propagatedBuildInputs = [ scope.networkmanager ];
|
propagatedBuildInputs = [ scope.networkmanager ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user