rdesktop: enable IPv6 support

This commit is contained in:
Orivej Desh 2017-05-17 18:53:36 +00:00
parent 23f6332634
commit 99587bc9fa

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation (rec {
buildInputs = [openssl libX11];
configureFlags = [
"--with-ipv6"
"--with-openssl=${openssl.dev}"
"--disable-credssp"
"--disable-smartcard"