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)
This commit is contained in:
Vladimír Čunát
2025-05-04 14:27:22 +02:00
parent df1d902c20
commit bc06ca7d0c
@@ -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; })