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:
Nicolas Schneider 2020-04-21 22:48:47 +02:00
parent c1a6e60335
commit c296bf7169

View File

@ -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 [