1 { lib, stdenv, src, version
2 , autoreconfHook, pkg-config, protobuf, zlib
12 nativeBuildInputs = [ autoreconfHook pkg-config ];
13 buildInputs = [ protobuf zlib ];
16 homepage = "https://github.com/protobuf-c/protobuf-c/";
17 description = "C bindings for Google's Protocol Buffers";
18 license = licenses.bsd2;
19 platforms = platforms.all;