wireshark: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:43 +00:00
parent f56be70f3f
commit 56ee5bca69
2 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,7 @@
, gnutls, libgcrypt, libgpgerror, geoip, openssl, lua5, python, libcap, glib
, libssh, zlib, cmake, extra-cmake-modules, fetchpatch, makeWrapper
, withGtk ? false, gtk3 ? null, librsvg ? null, gsettings-desktop-schemas ? null, wrapGAppsHook ? null
, withQt ? false, qt5 ? null
, withQt ? true, qt5 ? null
, ApplicationServices, SystemConfiguration, gmp
}:

View file

@ -17107,9 +17107,7 @@ in
welle-io = libsForQt5.callPackage ../applications/misc/welle-io { };
wireshark = callPackage ../applications/networking/sniffers/wireshark {
withQt = true;
qt5 = qt59;
withGtk = false;
inherit (darwin.apple_sdk.frameworks) ApplicationServices SystemConfiguration;
};
wireshark-qt = wireshark;