python3Packages.executorch: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-05-21 10:13:51 +00:00
parent 1735a1b3bc
commit 2e469c0eff
@@ -56,6 +56,7 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
pname = "executorch";
version = "1.2.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pytorch";