From db028dcfe287753862b128aa40809e47c97d13e2 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 27 Oct 2023 13:50:11 +0000 Subject: [PATCH] fix servo build (IFD in iproute2) --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index c96fc377..8e2cd6ca 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -38,6 +38,12 @@ in [ # hash = "sha256-PdV6435gBoAifZplz4kZ/AsVsPk7RFhULZLHxU9Wgow="; # }) + (fetchpatch' { + # merged 2023/10/26; fixes servo build + title = "iproute2: stateless configuration"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/262767"; + hash = "sha256-JdWl+tYn9Dwa4d59a8TURJvZdf02tmsnqcZD1WkkgqQ="; + }) (fetchpatch' { # merged 2023/10/24 title = "mkdocs-minify: disable tests to fix build";