summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1280599490e..105056d650e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -313,7 +313,18 @@ It has been modified to remove all non-free binary blobs.")
313 (license gpl2) 313 (license gpl2)
314 (home-page "http://www.gnu.org/software/linux-libre/")))) 314 (home-page "http://www.gnu.org/software/linux-libre/"))))
315 315
316(define-public linux-libre-4.0
317 (package
318 (inherit linux-libre)
319 (version "4.0.8")
320 (source (origin
321 (method url-fetch)
322 (uri (linux-libre-urls version))
323 (sha256
324 (base32
325 "1xg5ysbdpna78yaz760c1z08sczagqyy74svr3p2mv8iczqyxdca"))))))
316 326
327
317;;; 328;;;
318;;; Pluggable authentication modules (PAM). 329;;; Pluggable authentication modules (PAM).
319;;; 330;;;