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
|
, nss
|
||||||
, pciutils
|
, pciutils
|
||||||
, pkgsi686Linux
|
, pkgsi686Linux
|
||||||
|
, ps
|
||||||
, setxkbmap
|
, setxkbmap
|
||||||
, stdenv
|
, stdenv
|
||||||
, systemd
|
, systemd
|
||||||
@ -89,6 +90,7 @@ let
|
|||||||
|
|
||||||
# Runtime stuff
|
# Runtime stuff
|
||||||
git
|
git
|
||||||
|
ps
|
||||||
]}" \
|
]}" \
|
||||||
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [
|
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user