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.
This commit is contained in:
magicquark
2026-03-04 03:06:43 +00:00
parent 1b67fe9e5a
commit 37ab0d560e
+2
View File
@@ -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 = ''