qt6.qtgrpc: patch to fix build with new protobuf

https://hydra.nixos.org/build/295700444/nixlog/4/tail
This commit is contained in:
Vladimír Čunát
2025-05-04 09:21:27 +02:00
parent 19bd84e71c
commit 82ce04574d
@@ -1,5 +1,6 @@
{
qtModule,
fetchpatch,
qtbase,
qtdeclarative,
protobuf,
@@ -8,6 +9,15 @@
qtModule {
pname = "qtgrpc";
patches = [
(fetchpatch {
name = "new-protobuf.patch";
url = "https://github.com/qt/qtgrpc/commit/514769d1bd595d0e54bbe34c0bd167636d4825dc.diff";
hash = "sha256-juNSijNlR6PHxiEVx72vMBSvcWYfR/T/yvpxAF+ZAKE=";
})
];
propagatedBuildInputs = [
qtbase
qtdeclarative