From 9f0ef3c2fc9ac63e2077663e4dd2953db59347b4 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 22 Mar 2024 16:39:26 +0100 Subject: sys/mbp.nix: remove libwebp hack revert nixos-apple-silicon now has a special case for the coreutils test suite, which conflicts with this patch. I think that's worse than just reverting it, but it's too hard to figure out how to get it not to apply that patch. --- sys/mbp.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sys') 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 { -- cgit 1.4.1