mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35: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,
|
xapian,
|
||||||
man-db,
|
man-db,
|
||||||
python3,
|
python3,
|
||||||
|
kio-extras,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "khelpcenter";
|
pname = "khelpcenter";
|
||||||
|
@ -13,6 +14,7 @@ mkKdeDerivation {
|
||||||
qtwebengine
|
qtwebengine
|
||||||
xapian
|
xapian
|
||||||
python3
|
python3
|
||||||
|
kio-extras
|
||||||
];
|
];
|
||||||
patches = [
|
patches = [
|
||||||
(replaceVars ./use_nix_paths_for_mansearch_utilities.patch {
|
(replaceVars ./use_nix_paths_for_mansearch_utilities.patch {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue