diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-04 10:40:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-04 11:58:26 -0400 |
commit | 57661278a77bfd16387312a1386b10b0c00d9db6 (patch) | |
tree | d96b82aef2bb9da40928e244673798adee8d12b4 /gnu/packages/linux.scm | |
parent | 57082417f3de966c491a91eb41a86830f6046ab4 (diff) | |
download | guix-57661278a77bfd16387312a1386b10b0c00d9db6.tar guix-57661278a77bfd16387312a1386b10b0c00d9db6.tar.gz |
gnu: Remove linux-libre-4.0.
* gnu/packages/linux.scm (linux-libre-4.0): Remove.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | 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 aeed0890eb..ea068dc4ff 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). |