emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#70343: closed ([PATCH] gnu: linux-libre-documentation: Fix the build


From: GNU bug Tracking System
Subject: bug#70343: closed ([PATCH] gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4.)
Date: Fri, 12 Apr 2024 18:38:01 +0000

Your message dated Fri, 12 Apr 2024 14:37:21 -0400
with message-id <87bk6epgv2.fsf@gmail.com>
and subject line Re: [bug#70343] [PATCH] gnu: linux-libre-documentation: Fix 
the build for linux-libre 6.8.4.
has caused the debbugs.gnu.org bug report #70343,
regarding [PATCH] gnu: linux-libre-documentation: Fix the build for linux-libre 
6.8.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70343: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70343
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4. Date: Thu, 11 Apr 2024 15:13:24 -0400
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 @@ (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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70343] [PATCH] gnu: linux-libre-documentation: Fix the build for linux-libre 6.8.4. Date: Fri, 12 Apr 2024 14:37:21 -0400 User-agent: Gnus/5.13 (Gnus v5.13)
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.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

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