diff mbox series

[bug#70343] gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4.

Message ID 96ce0981b0ee5844844c7fbe07b6e89a1f6db241.1712862804.git.leo@famulari.name
State New
Headers show
Series [bug#70343] gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4. | expand

Commit Message

Leo Famulari April 11, 2024, 7:13 p.m. UTC
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(+)


base-commit: 4e7337536ba41e888a601c92fada8a4adca9d2c6

Comments

Wilko Meyer April 11, 2024, 8:50 p.m. UTC | #1
Hi Leo,

thanks for this! Saw the issue #70324 earlier this day, if I read git
log -L :linux-libre-documentation:linux.scm right it's a pretty rare
occasion that the inputs of the documentation package change; so I guess
breakage caused by missing inputs rarely if ever happen.
Maxim Cournoyer April 12, 2024, 6:37 p.m. UTC | #2
Hi,

Wilko Meyer <w@wmeyer.eu> writes:

> Hi Leo,
>
> thanks for this! Saw the issue #70324 earlier this day, if I read git
> log -L :linux-libre-documentation:linux.scm right it's a pretty rare
> occasion that the inputs of the documentation package change; so I guess
> breakage caused by missing inputs rarely if ever happen.

Applied to master, thanks!  Closing.
Leo Famulari April 13, 2024, 12:07 a.m. UTC | #3
On Fri, Apr 12, 2024 at 02:37:21PM -0400, Maxim Cournoyer wrote:
> Wilko Meyer <w@wmeyer.eu> writes:
> > thanks for this! Saw the issue #70324 earlier this day, if I read git
> > log -L :linux-libre-documentation:linux.scm right it's a pretty rare
> > occasion that the inputs of the documentation package change; so I guess
> > breakage caused by missing inputs rarely if ever happen.

Yeah, very rare. And thanks for showing me 'git log -L'. Never seen that
before.

> 
> Applied to master, thanks!  Closing.

Thanks for that!
diff mbox series

Patch

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 @@  (define-public linux-libre-documentation
            perl
            python
            python-sphinx
+           python-pyyaml
            texinfo
            which))
     (synopsis "Documentation for the kernel Linux-Libre")