13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-S0lVh5FZewPbYG/1ikI2RroCSC7OI8Xmfeq73hYCHnY=";
24 configureScript = "./autogen.sh";
40 description = "A library for deep-packet inspection";
42 nDPI is a library for deep-packet inspection based on OpenDPI.
44 homepage = "https://www.ntop.org/products/deep-packet-inspection/ndpi/";
45 changelog = "https://github.com/ntop/nDPI/blob/${version}/CHANGELOG.md";
46 license = with licenses; [ lgpl3Plus bsd3 ];
47 maintainers = with maintainers; [ takikawa ];
48 mainProgram = "ndpiReader";
49 platforms = with platforms; unix;