wireshark-cli: remove Qt from build closure (#67506)

wireshark-cli: remove Qt from build closure
This commit is contained in:
Jan Tojnar
2019-08-26 22:07:28 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, pcre, perl, flex, bison, gettext, libpcap, libnl, c-ares
, gnutls, libgcrypt, libgpgerror, geoip, openssl, lua5, python3, libcap, glib
, libssh, nghttp2, zlib, cmake, extra-cmake-modules, fetchpatch, makeWrapper
, libssh, nghttp2, zlib, cmake, fetchpatch, makeWrapper
, withQt ? true, qt5 ? null
, ApplicationServices, SystemConfiguration, gmp
}:
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
];
nativeBuildInputs = [
bison cmake extra-cmake-modules flex pkgconfig
bison cmake flex pkgconfig
] ++ optional withQt qt5.wrapQtAppsHook;
buildInputs = [