···14let
15 lib = pkgs.lib;
16000017 # We need to strip references to /nix/store/* from options,
18 # including any `extraSources` if some modules came from elsewhere,
19 # or else the build will fail.
···14let
15 lib = pkgs.lib;
1617+ docbook_xsl_ns = pkgs.docbook-xsl-ns.override {
18+ withManOptDedupPatch = true;
19+ };
20+21 # We need to strip references to /nix/store/* from options,
22 # including any `extraSources` if some modules came from elsewhere,
23 # or else the build will fail.