summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-04-14 02:26:57 -0400
committerMark H Weaver <mhw@netris.org>2015-04-14 02:35:38 -0400
commit46a1130207a2fc01ef16da4db1fe0839fe43d9af (patch)
tree8b72568d7c0ef122e50b690be8b486abe1d31585 /gnu/packages/linux.scm
parent463acb4acb28e7d93c98780fc73e3b3cf7f6b19a (diff)
downloadguix-patches-46a1130207a2fc01ef16da4db1fe0839fe43d9af.tar
guix-patches-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/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8696a7d26e..0452a1ce93 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -273,8 +273,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
(base32
"12nkzn1n4si2zcp10b645qri83m2y7iwp29vs2rjmy612azdab8f"))
(patches
- (list (search-patch "linux-libre-libreboot-fix.patch")
- (search-patch "linux-libre-vblank-fix.patch")))))
+ (list (search-patch "linux-libre-libreboot-fix.patch")))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("bc" ,bc)