tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tcpdump: set meta.mainProgram
Sandro Jäckel
2 years ago
ba43f4ce
f0280400
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
tcpdump
default.nix
+1
pkgs/tools/networking/tcpdump/default.nix
···
25
license = licenses.bsd3;
26
maintainers = with maintainers; [ globin ];
27
platforms = platforms.unix;
0
28
};
29
}
···
25
license = licenses.bsd3;
26
maintainers = with maintainers; [ globin ];
27
platforms = platforms.unix;
28
+
mainProgram = "tcpdump";
29
};
30
}