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
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user