diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-14 02:26:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-14 02:35:38 -0400 |
commit | 46a1130207a2fc01ef16da4db1fe0839fe43d9af (patch) | |
tree | 8b72568d7c0ef122e50b690be8b486abe1d31585 /gnu-system.am | |
parent | 463acb4acb28e7d93c98780fc73e3b3cf7f6b19a (diff) | |
download | guix-46a1130207a2fc01ef16da4db1fe0839fe43d9af.tar guix-46a1130207a2fc01ef16da4db1fe0839fe43d9af.tar.gz |
gnu: linux-libre: Remove linux-libre-vblank-fix.patch.
* gnu/packages/patches/linux-libre-vblank-fix.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (linux-libre): Remove patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index f65f87a8b3..c581d799d4 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -459,7 +459,6 @@ dist_patch_DATA = \ 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/linux-libre-vblank-fix.patch \ gnu/packages/patches/lirc-localstatedir.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ gnu/packages/patches/lua51-liblua-so.patch \ |