Commit c0549855 authored by Martin Joerg's avatar Martin Joerg
Browse files

python3Packages.pyorc: fix build

pin protobuf to version 31
parent cd1cec02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ buildPythonPackage rec {

  buildInputs = [
    pkgs.lz4
    pkgs.protobuf
    pkgs.protobuf_31
    pkgs.snappy
    pkgs.zlib
    pkgs.zstd