wireshark-cli: remove Qt from build closure (#67506)
wireshark-cli: remove Qt from build closure
This commit is contained in:
commit
1e6ad79caa
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, pcre, perl, flex, bison, gettext, libpcap, libnl, c-ares
|
{ stdenv, fetchurl, pkgconfig, pcre, perl, flex, bison, gettext, libpcap, libnl, c-ares
|
||||||
, gnutls, libgcrypt, libgpgerror, geoip, openssl, lua5, python3, libcap, glib
|
, 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
|
, withQt ? true, qt5 ? null
|
||||||
, ApplicationServices, SystemConfiguration, gmp
|
, ApplicationServices, SystemConfiguration, gmp
|
||||||
}:
|
}:
|
||||||
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
bison cmake extra-cmake-modules flex pkgconfig
|
bison cmake flex pkgconfig
|
||||||
] ++ optional withQt qt5.wrapQtAppsHook;
|
] ++ optional withQt qt5.wrapQtAppsHook;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user