kernel-doc: fix build

This commit is contained in:
Jordan Isaacs 2024-03-14 22:14:31 -07:00
parent 2bcf18c64c
commit f27ac4a21c
No known key found for this signature in database
GPG Key ID: 98983D44651F8116

View File

@ -18,7 +18,8 @@ stdenv.mkDerivation {
postPatch = '' postPatch = ''
patchShebangs \ patchShebangs \
Documentation/sphinx/parse-headers.pl \ 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 { FONTCONFIG_FILE = makeFontsConf {
@ -31,6 +32,7 @@ stdenv.mkDerivation {
perl perl
python3.pkgs.sphinx python3.pkgs.sphinx
python3.pkgs.sphinx-rtd-theme python3.pkgs.sphinx-rtd-theme
python3.pkgs.pyyaml
which which
]; ];