From cc38699cf0cfd804a43ca1b6c8602cfc84e06117 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 11 Apr 2024 15:13:24 -0400 Subject: [PATCH] gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4. Fixes . * gnu/packages/linux.scm (linux-libre-documentation)[native-inputs]: Add python-pyyaml. Reported-by: Tomas Volf <~@wolfsden.cz> Change-Id: I11aa9e262ffe8ab29816ce4868d73707ecdbdc5e Signed-off-by: Maxim Cournoyer --- gnu/packages/linux.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c66fd80d38..9bc783e0d0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2093,6 +2093,7 @@ GnuPG-based password manager like @code{pass}.") perl python python-sphinx + python-pyyaml texinfo which)) (synopsis "Documentation for the kernel Linux-Libre")