babeldoc: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-08-04 08:13:46 +00:00
parent bdcb3c0cf4
commit ba45d8e242
+1
View File
@@ -12,6 +12,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pname = "babeldoc";
version = "0.6.4";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "funstory-ai";