From 6fa9fb740a5c035d858f8dfa1947018dd42464fd Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 6 Nov 2022 17:12:22 -0800 Subject: [PATCH] servo: update rpi linux to fix build --- nixpatches/list.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 05a58075..b0d457e6 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -1,4 +1,9 @@ fetchpatch: [ + # linuxKernel.kernels.linux_rpi4: 5.15.32 -> 5.15.74 + (fetchpatch { + url = "https://github.com/NixOS/nixpkgs/pull/199908.diff"; + sha256 = "sha256-XlyRTYwrxYa0S0qQ4R816wjPbNII2CmFQtrd3yzep9Y="; + }) # element-web: add wrapper (faster rebuilds) (fetchpatch { url = "https://github.com/NixOS/nixpkgs/pull/196885.diff";