pkgsMusl.iptables: fix build with upstream patch

Fix is applied upstream but there hasn't been a release yet.

Fixes: 131fce41a3 ("iptables: 1.8.7 -> 1.8.8")
This commit is contained in:
Alyssa Ross 2022-06-29 12:38:02 +00:00
parent fa3f2e3327
commit e1919b24c9
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
url = "https://git.netfilter.org/iptables/patch/?id=f319389525b066b7dc6d389c88f16a0df3b8f189";
sha256 = "sha256-rOxCEWZoI8Ac5fQDp286YHAwvreUAoDVAbomboKrGyM=";
})
# fix Musl build
(fetchpatch {
url = "https://git.netfilter.org/iptables/patch/?id=0e7cf0ad306cdf95dc3c28d15a254532206a888e";
sha256 = "18mnvqfxzd7ifq3zjb4vyifcyadpxdi8iqcj8wsjgw23n49lgrbj";
})
];
outputs = [ "out" "dev" "man" ];