[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch kernel-updates updated: Revert "gnu: linux-libre-documentation: F
From: |
guix-commits |
Subject: |
branch kernel-updates updated: Revert "gnu: linux-libre-documentation: Fix compilation." |
Date: |
Thu, 14 Mar 2024 19:58:56 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch kernel-updates
in repository guix.
The following commit(s) were added to refs/heads/kernel-updates by this push:
new fdc6b86994 Revert "gnu: linux-libre-documentation: Fix compilation."
fdc6b86994 is described below
commit fdc6b8699465a14cb8846d0faaf9a30eea32acd4
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Mar 14 19:58:06 2024 -0400
Revert "gnu: linux-libre-documentation: Fix compilation."
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch kernel-updates updated: Revert "gnu: linux-libre-documentation: Fix compilation.",
guix-commits <=