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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user