mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
rdesktop: enable IPv6 support
This commit is contained in:
parent
23f6332634
commit
99587bc9fa
|
@ -13,6 +13,7 @@ stdenv.mkDerivation (rec {
|
|||
buildInputs = [openssl libX11];
|
||||
|
||||
configureFlags = [
|
||||
"--with-ipv6"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
"--disable-credssp"
|
||||
"--disable-smartcard"
|
||||
|
|
Loading…
Reference in a new issue