11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-1KBJ4uXa1XpzEw23IjndZg+aGJXk3PVw8LYKAvxbxCA=";
20 fetchSubmodules = true;
23 nativeBuildInputs = [ autoreconfHook ];
32 -e 's,$(git describe .*),${version},'
41 CXXFLAGS = "-std=c++14";
46 enableParallelBuilding = true;
48 passthru.tests.version = testers.testVersion {
50 command = "tracebox -V";
54 homepage = "http://www.tracebox.org/";
55 description = "Middlebox detection tool";
56 license = licenses.gpl2Only;
57 maintainers = with maintainers; [ ck3d ];
58 platforms = platforms.linux;