libserdes: add updateScript
This commit is contained in:
parent
419a2085d9
commit
ea652d4050
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
|
||||||
chmod -x ''${!outputInclude}/include/libserdes/*.h
|
chmod -x ''${!outputInclude}/include/libserdes/*.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A schema-based serializer/deserializer C/C++ library with support for Avro and the Confluent Platform Schema Registry";
|
description = "A schema-based serializer/deserializer C/C++ library with support for Avro and the Confluent Platform Schema Registry";
|
||||||
homepage = "https://github.com/confluentinc/libserdes";
|
homepage = "https://github.com/confluentinc/libserdes";
|
||||||
|
|
Loading…
Reference in a new issue