wireshark: move defaults to package file
This commit is contained in:
parent
f56be70f3f
commit
56ee5bca69
@ -2,7 +2,7 @@
|
|||||||
, gnutls, libgcrypt, libgpgerror, geoip, openssl, lua5, python, libcap, glib
|
, gnutls, libgcrypt, libgpgerror, geoip, openssl, lua5, python, libcap, glib
|
||||||
, libssh, zlib, cmake, extra-cmake-modules, fetchpatch, makeWrapper
|
, libssh, zlib, cmake, extra-cmake-modules, fetchpatch, makeWrapper
|
||||||
, withGtk ? false, gtk3 ? null, librsvg ? null, gsettings-desktop-schemas ? null, wrapGAppsHook ? null
|
, withGtk ? false, gtk3 ? null, librsvg ? null, gsettings-desktop-schemas ? null, wrapGAppsHook ? null
|
||||||
, withQt ? false, qt5 ? null
|
, withQt ? true, qt5 ? null
|
||||||
, ApplicationServices, SystemConfiguration, gmp
|
, ApplicationServices, SystemConfiguration, gmp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -17107,9 +17107,7 @@ in
|
|||||||
welle-io = libsForQt5.callPackage ../applications/misc/welle-io { };
|
welle-io = libsForQt5.callPackage ../applications/misc/welle-io { };
|
||||||
|
|
||||||
wireshark = callPackage ../applications/networking/sniffers/wireshark {
|
wireshark = callPackage ../applications/networking/sniffers/wireshark {
|
||||||
withQt = true;
|
|
||||||
qt5 = qt59;
|
qt5 = qt59;
|
||||||
withGtk = false;
|
|
||||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices SystemConfiguration;
|
inherit (darwin.apple_sdk.frameworks) ApplicationServices SystemConfiguration;
|
||||||
};
|
};
|
||||||
wireshark-qt = wireshark;
|
wireshark-qt = wireshark;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user