mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
protobuf: enable __structuredAttrs
This commit is contained in:
parent
71f929daa0
commit
470b4097c3
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "protobuf";
|
||||
inherit version;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "protocolbuffers";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue