summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2022-05-31 10:16:55 -0500
committerGitHub <noreply@github.com>2022-05-31 10:16:55 -0500
commit7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a (patch)
treea743de8c6fe6bd479a347aced4f4e2ca88529d8f /pkgs/applications
parent5643714dea562f0161529ab23058562afeff46d0 (diff)
parent7c94d5fd8caa223bba15c52b4363581d781d1f24 (diff)
downloadnixpkgs-7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a.tar
nixpkgs-7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a.tar.gz
nixpkgs-7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a.tar.bz2
nixpkgs-7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a.tar.lz
nixpkgs-7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a.tar.xz
nixpkgs-7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a.tar.zst
nixpkgs-7993bd248cc4e17bb75ef2bbb32a9a3a1385d46a.zip
Merge pull request #175182 from SuperSandro2000/khelpcenter
plasma5Packages.khelpcenter: fix not finding man pages
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/kde/khelpcenter.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/kde/khelpcenter.nix b/pkgs/applications/kde/khelpcenter.nix
index 6f331dcf77c..eeafc1e5285 100644
--- a/pkgs/applications/kde/khelpcenter.nix
+++ b/pkgs/applications/kde/khelpcenter.nix
@@ -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";