Unverified Commit bc06ca7d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

kicad-*: pin to protobuf_29

https://hydra.nixos.org/build/295636538/nixlog/8/tail
I tested that this fixes build of kicad-testing-small.
(some others were broken on nixpkgs master already)
parent df1d902c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
  opencascade-occt_7_6,
  libngspice,
  valgrind,
  protobuf,
  protobuf_29,
  nng,

  stable,
@@ -186,7 +186,7 @@ stdenv.mkDerivation rec {
      unixODBC
      libdeflate
      opencascade-occt
      protobuf
      protobuf_29

      # This would otherwise cause a linking requirement for mbedtls.
      (nng.override { mbedtlsSupport = false; })