android-studio: add usbutils to runtime path
Closes https://github.com/NixOS/nixpkgs/issues/151037
This commit is contained in:
parent
03ec468b14
commit
969baf2cb3
@ -46,6 +46,7 @@
|
||||
, stdenv
|
||||
, systemd
|
||||
, unzip
|
||||
, usbutils
|
||||
, which
|
||||
, runCommand
|
||||
, xkeyboard_config
|
||||
@ -102,6 +103,7 @@ let
|
||||
# Runtime stuff
|
||||
git
|
||||
ps
|
||||
usbutils
|
||||
]}" \
|
||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user