gnu: Add Linux-Libre 4.0.8.

* gnu/packages/linux.scm (linux-libre-4.0): New variable.
master
Ludovic Courtès 2015-07-17 15:35:27 +02:00
parent 68ac258b52
commit 97121c2a21
1 changed files with 11 additions and 0 deletions

View File

@ -313,7 +313,18 @@ 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.8")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
"1xg5ysbdpna78yaz760c1z08sczagqyy74svr3p2mv8iczqyxdca"))))))
;;;
;;; Pluggable authentication modules (PAM).
;;;