diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-01 17:37:07 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-01 17:38:47 -0400 |
commit | 5fd5e83da60626650c2c3136a4913b0401a446e9 (patch) | |
tree | 223e6a996d5e2173f1d37e34d4579837820622e4 /gnu-system.am | |
parent | 1bb76f75232c755ff70a43bffa28745f9a32aceb (diff) | |
download | guix-5fd5e83da60626650c2c3136a4913b0401a446e9.tar guix-5fd5e83da60626650c2c3136a4913b0401a446e9.tar.gz |
gnu: linux-libre: Update to 3.19.3.
The changes to linux-libre-*.conf are by Jason Self <j@jxself.org>.
* gnu/packages/patches/linux-libre-libreboot-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre): Update to version 3.19.3.
Add patch.
* gnu/packages/linux-libre-i686.conf,
gnu/packages/linux-libre-x86_64.conf: Update for 3.19.x.
Co-Authored-By: Jason Self <j@jxself.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index cb68e72bc3..b760fa0d31 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -463,6 +463,7 @@ dist_patch_DATA = \ gnu/packages/patches/libvpx-fix-armhf-link.patch \ gnu/packages/patches/libvpx-fix-ssse3-quantize.patch \ gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch \ + gnu/packages/patches/linux-libre-libreboot-fix.patch \ gnu/packages/patches/lirc-localstatedir.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ gnu/packages/patches/lua51-liblua-so.patch \ |