libnet: Add patch from alpine to fix build on musl

This commit is contained in:
Will Dietz
2018-02-13 09:44:46 -06:00
parent 32b472dd9d
commit f96d0d114e
2 changed files with 31 additions and 0 deletions
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0qsapqa7dzq9f6lb19kzilif0pj82b64fjv5bq086hflb9w81hvj";
};
patches = [ ./fix-includes.patch ];
meta = with stdenv.lib; {
homepage = https://github.com/sam-github/libnet;
description = "Portable framework for low-level network packet construction";