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

kernel-doc: fix build
This commit is contained in:
tomberek 2024-04-09 22:07:32 -04:00 committed by GitHub
commit 3e1e3b27a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,8 @@ stdenv.mkDerivation {
postPatch = ''
patchShebangs \
Documentation/sphinx/parse-headers.pl \
scripts/{get_abi.pl,get_feat.pl,kernel-doc,sphinx-pre-install}
scripts/{get_abi.pl,get_feat.pl,kernel-doc,sphinx-pre-install} \
tools/net/ynl/ynl-gen-rst.py
'';
FONTCONFIG_FILE = makeFontsConf {
@ -31,6 +32,7 @@ stdenv.mkDerivation {
perl
python3.pkgs.sphinx
python3.pkgs.sphinx-rtd-theme
python3.pkgs.pyyaml
which
];