about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-01-05 20:08:20 +0100
committerAndreas Rammhold <andreas@rammhold.de>2018-01-06 05:46:23 +0100
commitc77e0539e0bbf051281e13f611705e02b9fb7938 (patch)
tree1b9add66c2b50db29e80dbd5c5ad19d5dbf0f88e /pkgs/applications/networking/sniffers
parent901626782d0f51538fa926dcb047079db2ee5d49 (diff)
downloadnixlib-c77e0539e0bbf051281e13f611705e02b9fb7938.tar
nixlib-c77e0539e0bbf051281e13f611705e02b9fb7938.tar.gz
nixlib-c77e0539e0bbf051281e13f611705e02b9fb7938.tar.bz2
nixlib-c77e0539e0bbf051281e13f611705e02b9fb7938.tar.lz
nixlib-c77e0539e0bbf051281e13f611705e02b9fb7938.tar.xz
nixlib-c77e0539e0bbf051281e13f611705e02b9fb7938.tar.zst
nixlib-c77e0539e0bbf051281e13f611705e02b9fb7938.zip
wireshark-gtk: explicitly disable the Qt build when building Gtk
In a recent Cmake(?) or wireshark release the default behaviour did
change. A failing build log can be seen at hydra [1].

[1] https://hydra.nixos.org/build/67179559/nixlog/1
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index 5fe818a506bf..7c17fb715a71 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -23,7 +23,7 @@ in stdenv.mkDerivation {
     sha256 = "0bpiby916k3k8bm7q8b1dflva6zs0a4ircskrck0d538dfcrb50q";
   };
 
-  cmakeFlags = optional withGtk "-DBUILD_wireshark_gtk=TRUE";
+  cmakeFlags = optional withGtk "-DBUILD_wireshark_gtk=TRUE -DBUILD_wireshark=OFF";
 
   nativeBuildInputs = [
     bison cmake extra-cmake-modules flex pkgconfig