signal-backup-deduplicator: fix build with protobuf 34 (#520344)

This commit is contained in:
Gaétan Lepage
2026-05-15 08:36:40 +00:00
committed by GitHub
@@ -25,6 +25,9 @@ stdenv.mkDerivation {
cryptopp
];
# Discards [[nodiscard]] return from ParseFromArray (protobuf 34).
env.NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
meta = {
description = "Generate chunked backups for Signal messages";
homepage = "https://gitlab.com/gerum/signal-backup-deduplicator";