libnfnetlink: patch to fix build w/non-glibc (namely, musl)

This commit is contained in:
Will Dietz
2018-02-13 09:44:30 -06:00
parent bc2ad5a968
commit 9ba32c76f4
2 changed files with 503 additions and 0 deletions
@@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "06mm2x4b01k3m7wnrxblk9j0mybyr4pfz28ml7944xhjx6fy2w7j";
};
patches = [
./Use-stdlib-uint-instead-of-u_int.patch
];
meta = {
description = "Low-level library for netfilter related kernel/userspace communication";
longDescription = ''