python3Packages.telegraph: enable __structuredAttrs

This commit is contained in:
Timo Gottszky
2026-07-08 16:07:51 +02:00
parent 4a15302734
commit fcb45ff01f

View File

@@ -12,6 +12,8 @@ buildPythonPackage (finalAttrs: {
version = "2.2.0";
format = "setuptools";
__structuredAttrs = true;
src = fetchFromGitHub {
repo = "telegraph";
owner = "python273";