mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Revert "wireshark: add wrapGAppsHook fixing open/save GUI"
This commit is contained in:
parent
b1b02f09ad
commit
a537690d30
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, stdenv, fetchurl, pkg-config, pcre, perl, flex, bison, gettext, libpcap, libnl, c-ares
|
{ lib, stdenv, fetchurl, pkg-config, pcre, perl, flex, bison, gettext, libpcap, libnl, c-ares
|
||||||
, gnutls, libgcrypt, libgpg-error, geoip, openssl, lua5, python3, libcap, glib
|
, gnutls, libgcrypt, libgpg-error, geoip, openssl, lua5, python3, libcap, glib
|
||||||
, libssh, nghttp2, zlib, cmake, makeWrapper
|
, libssh, nghttp2, zlib, cmake, makeWrapper
|
||||||
, withQt ? true, qt5 ? null, wrapGAppsHook ? null
|
, withQt ? true, qt5 ? null
|
||||||
, ApplicationServices, SystemConfiguration, gmp
|
, ApplicationServices, SystemConfiguration, gmp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -33,9 +33,7 @@ in stdenv.mkDerivation {
|
||||||
# Avoid referencing -dev paths because of debug assertions.
|
# Avoid referencing -dev paths because of debug assertions.
|
||||||
NIX_CFLAGS_COMPILE = [ "-DQT_NO_DEBUG" ];
|
NIX_CFLAGS_COMPILE = [ "-DQT_NO_DEBUG" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [ bison cmake flex makeWrapper pkg-config ] ++ optional withQt qt5.wrapQtAppsHook;
|
||||||
bison cmake flex makeWrapper pkg-config
|
|
||||||
] ++ optionals withQt [ qt5.wrapQtAppsHook wrapGAppsHook ];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gettext pcre perl libpcap lua5 libssh nghttp2 openssl libgcrypt
|
gettext pcre perl libpcap lua5 libssh nghttp2 openssl libgcrypt
|
||||||
|
|
Loading…
Reference in a new issue