iproute2: do not use dark blue in dark background palette (#429635)

This commit is contained in:
Michele Guerini Rocco
2025-07-31 10:16:16 +02:00
committed by GitHub
+11
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchurl,
fetchpatch,
buildPackages,
bison,
flex,
@@ -26,6 +27,16 @@ stdenv.mkDerivation rec {
};
patches = [
(fetchpatch {
name = "color-assume-background-is-dark-if-unknown.patch";
url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/patch/?id=cc0f1109d2864686180ba2ce6fba5fcb3bf437bf";
hash = "sha256-BGD70cXKnDvk7IEU5RQA+pn1dErWjgr74GeSkYtFXoI=";
})
(fetchpatch {
name = "color-do-not-use-dark-blue-in-dark-background-palette.patch";
url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/patch/?id=46a4659313c2610427a088d8f03b731819f2b87a";
hash = "sha256-TXrmGZNsYWdYLsLoBXZEr3cd8HT4EhRg+jACRrC0gKE=";
})
(fetchurl {
name = "musl-endian.patch";
url = "https://lore.kernel.org/netdev/20240712191209.31324-1-contact@hacktivis.me/raw";