Merge pull request #7319 from bjornfor/wireshark-fix
wireshark: change dependency heimdal -> openssl
This commit is contained in:
commit
57ba9d3b28
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, perl, flex, bison, libpcap, libnl, c-ares
|
||||
, gnutls, libgcrypt, geoip, heimdal, lua5, makeDesktopItem, python, libcap, glib
|
||||
, gnutls, libgcrypt, geoip, openssl, lua5, makeDesktopItem, python, libcap, glib
|
||||
, withGtk ? false, gtk ? null
|
||||
, withQt ? false, qt4 ? null
|
||||
}:
|
||||
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
bison flex perl pkgconfig libpcap lua5 heimdal libgcrypt gnutls
|
||||
bison flex perl pkgconfig libpcap lua5 openssl libgcrypt gnutls
|
||||
geoip libnl c-ares python libcap glib
|
||||
] ++ optional withQt qt4
|
||||
++ optional withGtk gtk;
|
||||
|
Loading…
Reference in New Issue
Block a user