diff options
| author | Eric Dvorsak <eric@dvorsak.fr> | 2015-08-10 23:41:38 +0200 |
|---|---|---|
| committer | Eric Dvorsak <eric@dvorsak.fr> | 2015-08-10 23:41:38 +0200 |
| commit | d67769a0c2498cf41cefec47b8ed8cc8a7dab530 (patch) | |
| tree | da9642ce652cc29a04a8a7f6c5ee9457f5378f1d /linux-nonfree.scm | |
| parent | Forgive me Stallman for I have sinned (diff) | |
| download | guix-nonfree-d67769a0c2498cf41cefec47b8ed8cc8a7dab530.tar.gz | |
fix linux-non-free
Diffstat (limited to 'linux-nonfree.scm')
| -rw-r--r-- | linux-nonfree.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-nonfree.scm b/linux-nonfree.scm index f41c8a4..1c4eb21 100644 --- a/linux-nonfree.scm +++ b/linux-nonfree.scm @@ -23,7 +23,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -(define-module (gnu packages linux-nonfree) +(define-module (linux-nonfree) #:use-module ((guix licenses) #:hide (zlib)) #:use-module (gnu packages linux) #:use-module (guix build-system trivial) @@ -41,7 +41,7 @@ (method git-fetch) (uri (git-reference (url "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git") - (commit version))) + (commit version))) (sha256 (base32 "1lpqigsw93xswcxw9ykxmms2smx86070mg51jqpf7n9w9h6jjs79")))) @@ -84,7 +84,7 @@ (uri (linux-nonfree-urls version)) (sha256 (base32 - "14argl6ywkggdvgiycfx4jl2d7290f631ly59wfggj4vjx27sbqg")))) + "17whsim5l9i486y5kchfpm9jhbr9lak4a1gdqygp5kwfrfyz5qiy")))) (synopsis "Mainline Linux kernel, nonfree binary blobs included.") (description "Linux is a kernel.") (license gpl2) |
