android-studio: add ps to closure
When killing processes, android-studio uses `ps` to figure out which subprocesses to kill. Without `ps` in the closure, this fails and the process is never killed.
This commit is contained in:
parent
c1a6e60335
commit
c296bf7169
@ -39,6 +39,7 @@
|
||||
, nss
|
||||
, pciutils
|
||||
, pkgsi686Linux
|
||||
, ps
|
||||
, setxkbmap
|
||||
, stdenv
|
||||
, systemd
|
||||
@ -89,6 +90,7 @@ let
|
||||
|
||||
# Runtime stuff
|
||||
git
|
||||
ps
|
||||
]}" \
|
||||
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user