plasma5Packages.khelpcenter: fix not finding man pages

This commit is contained in:
Sandro Jäckel 2022-05-28 21:30:55 +02:00
parent 1c3d61e8aa
commit 7c94d5fd8c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,6 +11,13 @@ mkDerivation {
grantlee kcmutils kconfig kcoreaddons kdbusaddons khtml
ki18n kinit kservice xapian
];
preFixup = ''
qtWrapperArgs+=(
--prefix MANPATH : /nix/var/nix/profiles/system/sw/share/man
)
'';
meta = with lib; {
homepage = "https://apps.kde.org/help/";
description = "Help center";