about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-09-28 10:29:46 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-09-28 10:29:46 -0400
commite0532475bca400362a2a488e31c86c6628a8e55a (patch)
tree4a0d5c78ead76e0cbb1e16e3c40511db8e80b4e3 /pkgs/applications/networking/sniffers
parentee33a90c568ce8100f86860116ba02492857e07e (diff)
treewide: remove darwin-only manual wrapQtApp invocations
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index 4e57bfe4b17ef..1d4ec3537706a 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -66,8 +66,6 @@ in stdenv.mkDerivation {
             install_name_tool -change "$dylib" "$out/lib/$dylib" "$f"
         done
     done
-
-    wrapQtApp $out/Applications/Wireshark.app/Contents/MacOS/Wireshark
   '' else optionalString withQt ''
     install -Dm644 -t $out/share/applications ../wireshark.desktop