Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@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