libedgetpu: use dedicated coral group
This commit is contained in:
parent
b9dec6d59f
commit
aa0a26280d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user