From 2be55eb4050dc3fa8a63445f0796d3e7dd70453e Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 29 Jul 2021 10:09:27 +0000 Subject: linux_cros: fix build This patch is already included in the Chromium kernel. Message-Id: <20210729100928.1965341-6-hi@alyssa.is> Reviewed-by: Cole Helbling --- pkgs/os-specific/linux/chromium-os/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/chromium-os/default.nix b/pkgs/os-specific/linux/chromium-os/default.nix index 6eb9f335ff3..efdf600756f 100644 --- a/pkgs/os-specific/linux/chromium-os/default.nix +++ b/pkgs/os-specific/linux/chromium-os/default.nix @@ -30,7 +30,8 @@ let }; linux_5_4 = callPackage ../kernel/linux-cros.nix { - inherit (linux_5_4) kernelPatches; + kernelPatches = + lib.remove kernelPatches.rtl8761b_support linux_5_4.kernelPatches; }; linux = self.linux_5_4; -- cgit 1.4.1