plasma5Packages.khelpcenter: fix not finding man pages
This commit is contained in:
parent
1c3d61e8aa
commit
7c94d5fd8c
@ -11,6 +11,13 @@ mkDerivation {
|
|||||||
grantlee kcmutils kconfig kcoreaddons kdbusaddons khtml
|
grantlee kcmutils kconfig kcoreaddons kdbusaddons khtml
|
||||||
ki18n kinit kservice xapian
|
ki18n kinit kservice xapian
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
qtWrapperArgs+=(
|
||||||
|
--prefix MANPATH : /nix/var/nix/profiles/system/sw/share/man
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://apps.kde.org/help/";
|
homepage = "https://apps.kde.org/help/";
|
||||||
description = "Help center";
|
description = "Help center";
|
||||||
|
Loading…
Reference in New Issue
Block a user