mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
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 a new issue