[PATCH] gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4.

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Maxim Cournoyer
  • Wilko Meyer
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 11 Apr 21:13 +0200
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
96ce0981b0ee5844844c7fbe07b6e89a1f6db241.1712862804.git.leo@famulari.name

* 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(+)

Toggle diff (16 lines)
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")

base-commit: 4e7337536ba41e888a601c92fada8a4adca9d2c6
--
2.41.0
W
W
Wilko Meyer wrote on 11 Apr 22:50 +0200
(address . 70343@debbugs.gnu.org)
877ch31un5.fsf@wmeyer.eu
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.

--
Kind regards,

Wilko Meyer
w@wmeyer.eu
M
M
Maxim Cournoyer wrote on 12 Apr 20:37 +0200
(address . 70343-done@debbugs.gnu.org)
87bk6epgv2.fsf@gmail.com
Hi,

Wilko Meyer <w@wmeyer.eu> writes:

Toggle quote (7 lines)
> 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.

--
Thanks,
Maxim
Closed
L
L
Leo Famulari wrote on 13 Apr 02:07 +0200
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
ZhnMxA1l7zrDVm7X@jasmine.lan
On Fri, Apr 12, 2024 at 02:37:21PM -0400, Maxim Cournoyer wrote:
Toggle quote (6 lines)
> 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.

Toggle quote (3 lines)
>
> Applied to master, thanks! Closing.

Thanks for that!
Closed
?