diff options
author | Leo Famulari <leo@famulari.name> | 2024-04-11 15:13:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-04-12 14:30:04 -0400 |
commit | cc38699cf0cfd804a43ca1b6c8602cfc84e06117 (patch) | |
tree | 53a36fce281b80c8e7cc04523bd1d801f5424a09 /gnu | |
parent | d3fe763fe3d7a2b1f31ad14359c1fe2b7bd54675 (diff) | |
download | guix-cc38699cf0cfd804a43ca1b6c8602cfc84e06117.tar.gz guix-cc38699cf0cfd804a43ca1b6c8602cfc84e06117.zip |
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
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |