From 37ab0d560ef8fa12d79df54e7b48aa45d49df433 Mon Sep 17 00:00:00 2001 From: magicquark <198001825+magicquark@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:06:43 +0000 Subject: [PATCH] dupeguru: ensure documentation is built - Without the `installdocs` target enabled, when a user clicks `help` in the UI, it goes to a webpage that targets an out of date help manual. - With this change, the `help` button in the UI opens the documentation built from source. --- pkgs/by-name/du/dupeguru/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/du/dupeguru/package.nix b/pkgs/by-name/du/dupeguru/package.nix index f90498dc5e61..beafc8424f88 100644 --- a/pkgs/by-name/du/dupeguru/package.nix +++ b/pkgs/by-name/du/dupeguru/package.nix @@ -52,6 +52,8 @@ python3Packages.buildPythonApplication (finalAttrs: { # Avoid double wrapping Python programs. dontWrapQtApps = true; + installTargets = "install installdocs"; + # TODO: A bug in python wrapper # see https://github.com/NixOS/nixpkgs/pull/75054#discussion_r357656916 preFixup = ''