diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-09-13 22:45:37 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2017-09-13 22:45:37 +0300 |
| commit | ca4a0335a8d743622467d83921c4fc2126442c7d (patch) | |
| tree | d81b8d9b281fd67ccda14a80144aa3a0001664db /linux-nonfree.scm | |
| parent | linux-nonfree: Update to 4.12.6. (diff) | |
| download | guix-linux-nonfree-ca4a0335a8d743622467d83921c4fc2126442c7d.tar.gz | |
linux-nonfree: Replace version to LINUX-LIBRE version.
* linux-nonfree.scm (linux-nonfree): Replace version to LINUX-LIBRE version.
Diffstat (limited to 'linux-nonfree.scm')
| -rw-r--r-- | linux-nonfree.scm | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/linux-nonfree.scm b/linux-nonfree.scm index eaa750a..363eb16 100644 --- a/linux-nonfree.scm +++ b/linux-nonfree.scm @@ -91,21 +91,20 @@ "linux-" version ".tar.xz"))) (define-public linux-nonfree - (let* ((version "4.12.6")) - (package - (inherit linux-libre) - (name "linux-nonfree") - (version version) - (source (origin - (method url-fetch) - (uri (linux-nonfree-urls version)) - (sha256 - (base32 - "0ywkzqjl9rq672nwn74cw2d871hpzxkrlyx40lkkp4z1y440ijh1")))) - (synopsis "Mainline Linux kernel, nonfree binary blobs included.") - (description "Linux is a kernel.") - (license gpl2) - (home-page "http://kernel.org/")))) + (package + (inherit linux-libre) + (name "linux-nonfree") + (version (package-version linux-libre)) + (source (origin + (method url-fetch) + (uri (linux-nonfree-urls version)) + (sha256 + (base32 + "1kp1lsf4314af7crpqkd2x1zx407a97r7rz3zhhskbilvsifgkny")))) + (synopsis "Mainline Linux kernel, nonfree binary blobs included.") + (description "Linux is a kernel.") + (license gpl2) + (home-page "http://kernel.org/"))) (define-public perf-nonfree (package |
