about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2024-04-09 22:07:32 -0400
committerGitHub <noreply@github.com>2024-04-09 22:07:32 -0400
commit3e1e3b27a4c331a9cf2ae2b4986767bcaf5f527f (patch)
treeb31e9f5f60712694ac2fed020ffd8c9e039916af /pkgs/os-specific
parentb95f829e428ee903d0c877bf2f4b01ae2ddcec55 (diff)
parentf27ac4a21c9481f1172cb79442c24b95500f6e0a (diff)
Merge pull request #296071 from jordanisaacs/kernel-docs-build
kernel-doc: fix build
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/htmldocs.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/htmldocs.nix b/pkgs/os-specific/linux/kernel/htmldocs.nix
index ba641347c839e..dad377db06abb 100644
--- a/pkgs/os-specific/linux/kernel/htmldocs.nix
+++ b/pkgs/os-specific/linux/kernel/htmldocs.nix
@@ -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
   ];