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