Merge pull request #25865 from orivej/rdesktop-ipv6

rdesktop: enable IPv6 support
This commit is contained in:
Jörg Thalheim 2017-05-17 22:31:16 +01:00 committed by GitHub
commit c953f8e557
1 changed files with 1 additions and 0 deletions

View File

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