python3Packages.hydra-core: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-05-21 08:48:01 +00:00
parent 5bcb9d92e6
commit 9d3598aee9
@@ -28,6 +28,7 @@ buildPythonPackage (finalAttrs: {
pname = "hydra-core";
version = "1.3.2";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "facebookresearch";