Merge pull request #238914 from wegank/wireshark-darwin
wireshark: fix build on x86_64-darwin
This commit is contained in:
commit
00b9bdc61f
@ -82,7 +82,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ asciidoctor bison cmake ninja flex makeWrapper pkg-config python3 perl ]
|
||||
++ lib.optionals withQt [ qt6.wrapQtAppsHook wrapGAppsHook ];
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
depsBuildBuild = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ buildPackages.stdenv.cc ];
|
||||
|
||||
buildInputs = [
|
||||
gettext
|
||||
|
@ -30945,8 +30945,8 @@ with pkgs;
|
||||
|
||||
welle-io = libsForQt5.callPackage ../applications/radio/welle-io { };
|
||||
|
||||
wireshark = callPackage ../applications/networking/sniffers/wireshark {
|
||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices SystemConfiguration;
|
||||
wireshark = qt6Packages.callPackage ../applications/networking/sniffers/wireshark {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) ApplicationServices SystemConfiguration;
|
||||
libpcap = libpcap.override { withBluez = stdenv.isLinux; };
|
||||
};
|
||||
wireshark-qt = wireshark;
|
||||
|
Loading…
Reference in New Issue
Block a user