libnetfilter_queue: add license
This commit is contained in:
parent
2ebc15f208
commit
4e6d420d91
@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libmnl libnfnetlink ];
|
buildInputs = [ libmnl libnfnetlink ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.netfilter.org/projects/libnetfilter_queue/;
|
homepage = http://www.netfilter.org/projects/libnetfilter_queue/;
|
||||||
description = "Userspace API to packets queued by the kernel packet filter";
|
description = "Userspace API to packets queued by the kernel packet filter";
|
||||||
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user