Merge pull request #296071 from jordanisaacs/kernel-docs-build

kernel-doc: fix build

authored by tomberek and committed by GitHub 3e1e3b27 b95f829e

+3 -1
+3 -1
pkgs/os-specific/linux/kernel/htmldocs.nix
··· 18 postPatch = '' 19 patchShebangs \ 20 Documentation/sphinx/parse-headers.pl \ 21 - scripts/{get_abi.pl,get_feat.pl,kernel-doc,sphinx-pre-install} 22 ''; 23 24 FONTCONFIG_FILE = makeFontsConf { ··· 31 perl 32 python3.pkgs.sphinx 33 python3.pkgs.sphinx-rtd-theme 34 which 35 ]; 36
··· 18 postPatch = '' 19 patchShebangs \ 20 Documentation/sphinx/parse-headers.pl \ 21 + scripts/{get_abi.pl,get_feat.pl,kernel-doc,sphinx-pre-install} \ 22 + tools/net/ynl/ynl-gen-rst.py 23 ''; 24 25 FONTCONFIG_FILE = makeFontsConf { ··· 32 perl 33 python3.pkgs.sphinx 34 python3.pkgs.sphinx-rtd-theme 35 + python3.pkgs.pyyaml 36 which 37 ]; 38