11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-1KBJ4uXa1XpzEw23IjndZg+aGJXk3PVw8LYKAvxbxCA=";
20 fetchSubmodules = true;
23 nativeBuildInputs = [ autoreconfHook ];
32 -e 's,$(git describe .*),${version},'
43 enableParallelBuilding = true;
45 passthru.tests.version = testers.testVersion {
47 command = "tracebox -V";
51 homepage = "http://www.tracebox.org/";
52 description = "A middlebox detection tool";
53 license = licenses.gpl2;
54 maintainers = with maintainers; [ ck3d ];
55 platforms = platforms.linux;