usbguard: Pin protobuf_29 to fix build failure

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2025-05-06 11:21:12 -07:00
parent 3730d8a308
commit 1f4f77d3b8

View File

@ -16,11 +16,14 @@
libqb,
libseccomp,
polkit,
protobuf,
protobuf_29,
audit,
libsodium,
}:
let
protobuf = protobuf_29;
in
stdenv.mkDerivation rec {
version = "1.1.3";
pname = "usbguard";