libnetfilter_conntrack: propagate buildInput libnfnetlink
This commit is contained in:
parent
5d143fae58
commit
6b957783a5
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0zcwjav1qgr7ikmvfmy7g3nc7s1kj4j4939d18mpyha9mwy4mv6r";
|
sha256 = "0zcwjav1qgr7ikmvfmy7g3nc7s1kj4j4939d18mpyha9mwy4mv6r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libnfnetlink libmnl ];
|
buildInputs = [ pkgconfig libmnl ];
|
||||||
|
propagatedBuildInputs = [ libnfnetlink ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Userspace library providing an API to the in-kernel connection tracking state table";
|
description = "Userspace library providing an API to the in-kernel connection tracking state table";
|
||||||
@ -22,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = stdenv.lib.maintainers.nckx;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user