protobuf: enable __structuredAttrs
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "protobuf";
|
||||
inherit version;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "protocolbuffers";
|
||||
|
||||
Reference in New Issue
Block a user