libedgetpu: fix building with Abseil 20250512.0

Abseil 20250512.0 removed the bad_optional_access library.

+13
+12
pkgs/by-name/li/libedgetpu/fix-abseil-20250512.0.patch
··· 1 + diff --git a/makefile_build/Makefile b/makefile_build/Makefile 2 + index 335e74a..71492d0 100644 3 + --- a/makefile_build/Makefile 4 + +++ b/makefile_build/Makefile 5 + @@ -40,7 +40,6 @@ LIBEDGETPU_LDFLAGS := \ 6 + -labsl_hashtablez_sampler \ 7 + -labsl_raw_hash_set \ 8 + -labsl_str_format_internal \ 9 + - -labsl_bad_optional_access \ 10 + -lusb-1.0 11 + 12 + LIBEDGETPU_FLATC_SRCS := \
+1
pkgs/by-name/li/libedgetpu/package.nix
··· 41 41 url = "https://patch-diff.githubusercontent.com/raw/google-coral/libedgetpu/pull/66.patch"; 42 42 hash = "sha256-mMODpQmikfXtsQvtgh26cy97EiykYNLngSjidOBt/3I="; 43 43 }) 44 + ./fix-abseil-20250512.0.patch 44 45 ]; 45 46 46 47 postPatch = ''