[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: Revert "gnu: linux-libre-documentation: Fix compilation."
From: |
guix-commits |
Subject: |
08/08: Revert "gnu: linux-libre-documentation: Fix compilation." |
Date: |
Fri, 15 Mar 2024 01:53:43 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit e1e6116e05f00d8a9e70cb2c129858f72b87ffb8
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Mar 14 19:58:06 2024 -0400
Revert "gnu: linux-libre-documentation: Fix compilation."
This bug was fixed upstream in 6.7.6.
This reverts commit b6f82b9ef1a3d51a39995598eab9f793656e9123.
Change-Id: Ia756a62b29ad1f342b0e7430a0cb88cc140974eb
---
gnu/packages/linux.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d0f259e9a4..343e8c1032 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2005,17 +2005,6 @@ GnuPG-based password manager like @code{pass}.")
(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
- branch master updated (a862a99bb3 -> e1e6116e05), guix-commits, 2024/03/15
- 02/08: gnu: linux-libre 6.6: Update to 6.6.21., guix-commits, 2024/03/15
- 05/08: gnu: linux-libre 5.10: Update to 5.10.212., guix-commits, 2024/03/15
- 01/08: gnu: linux-libre: Update to 6.7.9., guix-commits, 2024/03/15
- 04/08: gnu: linux-libre 5.15: Update to 5.15.151., guix-commits, 2024/03/15
- 06/08: gnu: linux-libre 5.4: Update to 5.4.271., guix-commits, 2024/03/15
- 03/08: gnu: linux-libre 6.1: Update to 6.1.81., guix-commits, 2024/03/15
- 07/08: gnu: linux-libre 4.19: Update to 4.19.309., guix-commits, 2024/03/15
- 08/08: Revert "gnu: linux-libre-documentation: Fix compilation.",
guix-commits <=