fix servo build (IFD in iproute2)

This commit is contained in:
Colin 2023-10-27 13:50:11 +00:00
parent ad2fef5b48
commit db028dcfe2

View File

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