mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
kdePackages.khelpcenter: runtime dependency on kio-extras (through wrapQtAppsHook) to retrieve manpages
This commit is contained in:
parent
bf5cf73b0a
commit
513de13f42
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
xapian,
|
||||
man-db,
|
||||
python3,
|
||||
kio-extras,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "khelpcenter";
|
||||
|
@ -13,6 +14,7 @@ mkKdeDerivation {
|
|||
qtwebengine
|
||||
xapian
|
||||
python3
|
||||
kio-extras
|
||||
];
|
||||
patches = [
|
||||
(replaceVars ./use_nix_paths_for_mansearch_utilities.patch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue