[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: Remove linux-libre-4.0.
From: |
Mark H. Weaver |
Subject: |
03/03: gnu: Remove linux-libre-4.0. |
Date: |
Tue, 04 Aug 2015 15:58:34 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit 57661278a77bfd16387312a1386b10b0c00d9db6
Author: Mark H Weaver <address@hidden>
Date: Tue Aug 4 10:40:28 2015 -0400
gnu: Remove linux-libre-4.0.
* gnu/packages/linux.scm (linux-libre-4.0): Remove.
---
gnu/packages/linux.scm | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index aeed089..ea068dc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -313,17 +313,6 @@ It has been modified to remove all non-free binary blobs.")
(license gpl2)
(home-page "http://www.gnu.org/software/linux-libre/";))))
-(define-public linux-libre-4.0
- (package
- (inherit linux-libre)
- (version "4.0.9")
- (source (origin
- (method url-fetch)
- (uri (linux-libre-urls version))
- (sha256
- (base32
- "1xk57pk5skj6qjmzs5c5gs8nkfjb8dbyqqz7fqk0kf68svqiwrwq"))))))
-
;;;
;;; Pluggable authentication modules (PAM).