summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorNicolas Schneider <nioncode+git@gmail.com>2020-04-21 22:48:47 +0200
committerNicolas Schneider <nioncode+git@gmail.com>2020-04-21 22:48:47 +0200
commitc296bf71693b37dec84dea947acd09a89cdd0fc7 (patch)
tree6c937fb1bac97eac64c1f075a05078eebea0b54e /pkgs/applications/editors/android-studio
parentc1a6e60335b599881a6aeb9cb10094495a0e0fe0 (diff)
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.
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 0625431462cb..1a6904b21768 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -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 [