python3Packages.ggml-python: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-05-26 14:04:36 +00:00
parent 129e1daa80
commit e1a625bfb6
@@ -36,6 +36,7 @@ buildPythonPackage (finalAttrs: {
pname = "ggml-python";
version = "0.0.37";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "abetlen";