1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
This commit is contained in:
Andreas Rammhold 2018-01-05 20:08:20 +01:00
parent 901626782d
commit c77e0539e0

View file

@ -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