python3Packages.msgspec.optional-dependencies: fix the eval (#463387)

This commit is contained in:
Bruno BELANYI
2025-11-20 08:43:36 +00:00
committed by GitHub
@@ -67,7 +67,7 @@ buildPythonPackage rec {
toml = [
tomli-w
]
++ lib.optional (pythonOlder 3.11) tomli;
++ lib.optional (pythonOlder "3.11") tomli;
yaml = [ pyyaml ];
};