mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #296071 from jordanisaacs/kernel-docs-build
kernel-doc: fix build
This commit is contained in:
commit
3e1e3b27a4
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user