about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-08-26 22:07:28 +0200
committerGitHub <noreply@github.com>2019-08-26 22:07:28 +0200
commit1e6ad79caab34deb4c8d6de5bce656be6d7663ad (patch)
treedc6b0285c6b3cfacf25de79d36eaec970a3e10bd /pkgs/applications
parent49000e433b49de6e8ef2b9cb255c659086487ffa (diff)
parentcce6e9e7a185022d64c9cf7a7999aee3a25f00d4 (diff)
downloadnixlib-1e6ad79caab34deb4c8d6de5bce656be6d7663ad.tar
nixlib-1e6ad79caab34deb4c8d6de5bce656be6d7663ad.tar.gz
nixlib-1e6ad79caab34deb4c8d6de5bce656be6d7663ad.tar.bz2
nixlib-1e6ad79caab34deb4c8d6de5bce656be6d7663ad.tar.lz
nixlib-1e6ad79caab34deb4c8d6de5bce656be6d7663ad.tar.xz
nixlib-1e6ad79caab34deb4c8d6de5bce656be6d7663ad.tar.zst
nixlib-1e6ad79caab34deb4c8d6de5bce656be6d7663ad.zip
wireshark-cli: remove Qt from build closure (#67506)
wireshark-cli: remove Qt from build closure
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index 643e421625f2..aa965a0c8683 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -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 = [