Skip to content

Commit

Permalink
Merge pull request #147680 from ckiee/revert-147592-wireshark-gsettings
Browse files Browse the repository at this point in the history
Revert "wireshark: add wrapGAppsHook fixing open/save GUI"
  • Loading branch information
Ma27 authored Nov 28, 2021
2 parents 8874d30 + a537690 commit 9dd8cb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, pkg-config, pcre, perl, flex, bison, gettext, libpcap, libnl, c-ares
, gnutls, libgcrypt, libgpg-error, geoip, openssl, lua5, python3, libcap, glib
, libssh, nghttp2, zlib, cmake, makeWrapper
, withQt ? true, qt5 ? null, wrapGAppsHook ? null
, withQt ? true, qt5 ? null
, ApplicationServices, SystemConfiguration, gmp
}:

Expand Down Expand Up @@ -33,9 +33,7 @@ in stdenv.mkDerivation {
# Avoid referencing -dev paths because of debug assertions.
NIX_CFLAGS_COMPILE = [ "-DQT_NO_DEBUG" ];

nativeBuildInputs = [
bison cmake flex makeWrapper pkg-config
] ++ optionals withQt [ qt5.wrapQtAppsHook wrapGAppsHook ];
nativeBuildInputs = [ bison cmake flex makeWrapper pkg-config ] ++ optional withQt qt5.wrapQtAppsHook;

buildInputs = [
gettext pcre perl libpcap lua5 libssh nghttp2 openssl libgcrypt
Expand Down

0 comments on commit 9dd8cb8

Please sign in to comment.