protobufc: fix build

This commit is contained in:
Hythera
2026-03-07 17:44:23 +01:00
parent ad82c2ebf9
commit 58d00c487b
+3 -3
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
autoreconfHook,
pkg-config,
protobuf,
protobuf_33,
zlib,
buildPackages,
}:
@@ -32,11 +32,11 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
protobuf
protobuf_33
zlib
];
env.PROTOC = lib.getExe buildPackages.protobuf;
env.PROTOC = lib.getExe buildPackages.protobuf_33;
meta = {
homepage = "https://github.com/protobuf-c/protobuf-c/";