libedgetpu: use dedicated coral group

(cherry picked from commit aa0a26280d)
This commit is contained in:
Martin Weinelt 2024-11-21 14:54:58 +01:00 committed by github-actions[bot]
parent e9406b9d3f
commit b4a6089ab8

View File

@ -43,6 +43,12 @@ stdenv.mkDerivation {
})
];
postPatch = ''
# Use dedicated group for coral devices
substituteInPlace debian/edgetpu-accelerator.rules \
--replace-fail "plugdev" "coral"
'';
makeFlags = [
"-f"
"makefile_build/Makefile"