mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
protobufc: pin to protobuf_25
This commit is contained in:
parent
ba0df0111f
commit
92ecfb167e
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user