diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-10-07 22:01:59 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-10-07 22:02:10 +0100 |
| commit | 2443ad21399ba3f608b30002f630909294e1218b (patch) | |
| tree | e9fa66b08b90cc42b4c91de086921038da225b5e /pkgs/development/python-modules/rangehttpserver | |
| parent | 8ab1d552b819823bfcb0295e19b4f007eb562672 (diff) | |
python3Packages.sshfs.optional-dependencies.pyopenssl: fix the eval
Without the change the eval fails as:
nix-repl> python3Packages.sshfs.optional-dependencies.pyopenssl
error:
… while evaluating the attribute 'sshfs.optional-dependencies.pyopenssl'
at pkgs/development/python-modules/sshfs/default.nix:45:5:
44| pkcs11 = [ asyncssh ] ++ asyncssh.optional-dependencies.pkcs11;
45| pyopenssl = [ asyncssh ] ++ asyncssh.optional-dependencies.pyopenssl;
| ^
46| };
… while evaluating the attribute 'optional-dependencies.pyopenssl'
at pkgs/development/interpreters/python/mk-python-derivation.nix:229:15:
228| // optionalAttrs (optional-dependencies != {}) {
229| inherit optional-dependencies;
| ^
230| }
error: attribute 'pyopenssl' missing
at pkgs/development/python-modules/sshfs/default.nix:45:33:
44| pkcs11 = [ asyncssh ] ++ asyncssh.optional-dependencies.pkcs11;
45| pyopenssl = [ asyncssh ] ++ asyncssh.optional-dependencies.pyopenssl;
| ^
46| };
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
