From 99587bc9fa4a47a6d1f0d0217d5c9473fe76bbf0 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Wed, 17 May 2017 18:53:36 +0000 Subject: [PATCH] rdesktop: enable IPv6 support --- pkgs/applications/networking/remote/rdesktop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/remote/rdesktop/default.nix b/pkgs/applications/networking/remote/rdesktop/default.nix index dd9ca18cb1db..4179cc3058e8 100644 --- a/pkgs/applications/networking/remote/rdesktop/default.nix +++ b/pkgs/applications/networking/remote/rdesktop/default.nix @@ -13,6 +13,7 @@ stdenv.mkDerivation (rec { buildInputs = [openssl libX11]; configureFlags = [ + "--with-ipv6" "--with-openssl=${openssl.dev}" "--disable-credssp" "--disable-smartcard"