Unverified Commit 92f55700 authored by jiriks74's avatar jiriks74
Browse files

alvr: Add `android-tools` needed for wired mode

Fixes `read-only filesystem` error when ALVR tries to download `adb` itself.
parent 62927420
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  pkg-config,
  autoAddDriverRunpath,
  alsa-lib,
  android-tools,
  brotli,
  bzip2,
  celt,
@@ -91,6 +92,7 @@ rustPlatform.buildRustPackage rec {

  buildInputs = [
    alsa-lib
    android-tools
    brotli
    bzip2
    celt