12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-ZWWuyPGl+hbrfXdtPvCBqMReuJ4FiGx+qiI7qCz6wtQ=";
23 configureScript = "./autogen.sh";
25 nativeBuildInputs = [ which autoconf automake libtool pkg-config ];
32 description = "A library for deep-packet inspection";
34 nDPI is a library for deep-packet inspection based on OpenDPI.
36 homepage = "https://www.ntop.org/products/deep-packet-inspection/ndpi/";
37 license = with licenses; [ lgpl3Plus bsd3 ];
38 maintainers = with maintainers; [ takikawa ];
39 mainProgram = "ndpiReader";
40 platforms = with platforms; unix;