guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: linux-libre-documentation: Fix the build for linux-libre 6.8


From: guix-commits
Subject: 01/05: gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4.
Date: Thu, 11 Apr 2024 15:16:32 -0400 (EDT)

lfam pushed a commit to branch kernel-updates
in repository guix.

commit 32abb4b6b1cc338b7340bb8efbc00539d42d3ac5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Apr 10 23:07:34 2024 -0400

    gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4.
    
    Fixes <https://issues.guix.gnu.org/issue/70324>.
    
    * gnu/packages/linux.scm (linux-libre-documentation)[native-inputs]: Add
    python-pyyaml.
    
    Reported-by: Tomas Volf <~@wolfsden.cz>
    Change-Id: I11aa9e262ffe8ab29816ce4868d73707ecdbdc5e
---
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]