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

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
c33357492ca7e2d70850a5220d5ca11c82838f5b.1709910146.git.~@wolfsden.cz
After the update to 6.6.18, the patch no longer applies and is not necessary.

* gnu/packages/linux.scm (linux-libre-documentation): Do not patch source.

Change-Id: I59d75ea430a4fbc8307ef333765e71e4ea8c5171
---
gnu/packages/linux.scm | 11 -----------
1 file changed, 11 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9660273efe..491263ccea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2005,17 +2005,6 @@ (define-public linux-libre-documentation
(package
(inherit linux-libre)
(name "linux-libre-documentation")
- (source
- (origin
- (inherit linux-libre-source)
- (patches
- (list
- (origin
- (method url-fetch)
- (uri "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/Documentation/sphinx/kernel_feat.py?id=c23de7ceae59e4ca5894c3ecf4f785c50c0fa428")
- (sha256
- (base32
- "0inw2pl7nh82sw8bhvvzqa61552bisl78yc1nyl2x6dmpyppzrld")))))))
(arguments
(list
#:tests? #f
--
2.41.0
Leo Famulari wrote 12 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)
ZfcfxYYfHngq056h@jasmine.lan
On Fri, Mar 08, 2024 at 04:02:27PM +0100, Tomas Volf wrote:
Toggle quote (4 lines)
> After the update to 6.6.18, the patch no longer applies and is not necessary.
>
> * gnu/packages/linux.scm (linux-libre-documentation): Do not patch source.

Thanks for following up to remove this bug fix!

Due to my own lack of attention, I missed the patch when you emailed it.

I pushed an equivalent fix as commit e1e6116e05f00d8a9e70cb2c129858f72b87ffb8

Thanks again!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69642@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69642
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help