protobufc: pin to protobuf_25

This commit is contained in:
Fabián Heredia Montiel 2024-09-26 07:56:26 -06:00
parent ba0df0111f
commit 92ecfb167e

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
, autoreconfHook
, pkg-config
, protobuf
, protobuf_25
, zlib
, buildPackages
}:
@ -23,9 +23,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ protobuf zlib ];
buildInputs = [ protobuf_25 zlib ];
env.PROTOC = lib.getExe buildPackages.protobuf;
env.PROTOC = lib.getExe buildPackages.protobuf_25;
meta = with lib; {
homepage = "https://github.com/protobuf-c/protobuf-c/";