aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-06-10 01:48:01 -0400
committerMark H Weaver <mhw@netris.org>2019-06-10 01:48:01 -0400
commit5d293300f8abe07bcb0de42bf5dbefef96d3c9fd (patch)
tree7d99219fa9734549da487fa334c0e122d725333a
parentff5355f58edc04bc18fa42476f1d8dacc3fe34dc (diff)
downloadguix-5d293300f8abe07bcb0de42bf5dbefef96d3c9fd.tar
guix-5d293300f8abe07bcb0de42bf5dbefef96d3c9fd.tar.gz
gnu: linux-libre@4.15: Remove package.
This release series is no longer supported upstream. * gnu/packages/linux.scm (%linux-libre-4.15-version) (%linux-libre-4.15-hash, linux-libre-4.15) (linux-libre-headers-4.15): Remove variables.
-rw-r--r--gnu/packages/linux.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index caf55d3e70..176a25710d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -466,20 +466,6 @@ It has been modified to remove all non-free binary blobs.")
(make-linux-libre-headers %linux-libre-4.19-version
%linux-libre-4.19-hash))
-(define %linux-libre-4.15-version "4.15.18")
-(define %linux-libre-4.15-hash "0f0s4drx888ydlwjcm9qcxqian4850yiv2vamyw9bbjf83frwxyw")
-
-(define-public linux-libre-4.15
- (make-linux-libre %linux-libre-4.15-version
- %linux-libre-4.15-hash
- '("x86_64-linux" "i686-linux" "armhf-linux")
- #:configuration-file kernel-config))
-
-(define-public linux-libre-headers-4.15
- (make-linux-libre-headers %linux-libre-4.15-version
- %linux-libre-4.15-hash))
-
-
(define %linux-libre-4.14-version "4.14.124")
(define %linux-libre-4.14-hash "0z9iaz1rcm9472rjvcihmq65ygyks07j6kbiqm989r9rb4dw6ghg")