about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/mbp.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/mbp.nix b/sys/mbp.nix
index 79117cb4e8de..94d80e5404aa 100644
--- a/sys/mbp.nix
+++ b/sys/mbp.nix
@@ -30,16 +30,6 @@
   hardware.asahi.withRust = true;
 
   boot.kernelPatches = [
-    # Causes gnulib tests to fail.
-    {
-      name = "revert-asahi-libwebp-hack.patch";
-      patch = pkgs.fetchpatch {
-        url = "https://github.com/AsahiLinux/linux/commit/081abc5fa701738699705a6c0a41c824df77cb37.patch";
-        revert = true;
-        hash = "sha256-ZUfjjmRGpT/N/fkjYUB12pFshICJadGytysSoBvXZq0=";
-      };
-    }
-
     {
       name = "drm-fix.patch";
       patch = pkgs.fetchpatch {