protobuf: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage 2026-05-20 10:54:18 +00:00
commit 470b4097c3

View file

@ -28,6 +28,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "protobuf";
inherit version;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "protocolbuffers";