python3Packages.sshfs.optional-dependencies.pyopenssl: fix the eval (#347172)

This commit is contained in:
Nick Cao 2024-10-08 16:11:34 -04:00 committed by GitHub
commit 47913dd80e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ buildPythonPackage rec {
gssapi = [ asyncssh ] ++ asyncssh.optional-dependencies.gssapi;
libnacl = [ asyncssh ] ++ asyncssh.optional-dependencies.libnacl;
pkcs11 = [ asyncssh ] ++ asyncssh.optional-dependencies.pkcs11;
pyopenssl = [ asyncssh ] ++ asyncssh.optional-dependencies.pyopenssl;
pyopenssl = [ asyncssh ] ++ asyncssh.optional-dependencies.pyOpenSSL;
};
__darwinAllowLocalNetworking = true;