Merge pull request #175182 from SuperSandro2000/khelpcenter

plasma5Packages.khelpcenter: fix not finding man pages
This commit is contained in:
Thomas Tuegel 2022-05-31 10:16:55 -05:00 committed by GitHub
commit 7993bd248c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";