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";