termshark: prefer dumpcap from PATH to fix using security wrapper (#485947)

This commit is contained in:
Bjørn Forsman
2026-04-30 05:40:22 +00:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
doCheck = false;
postFixup = ''
wrapProgram $out/bin/termshark --prefix PATH : ${lib.makeBinPath [ wireshark-cli ]}
wrapProgram $out/bin/termshark --suffix PATH : ${lib.makeBinPath [ wireshark-cli ]}
'';
ldflags = [