about summary refs log tree commit diff
path: root/pkgs/applications/editors
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
parentc1a6e60335b599881a6aeb9cb10094495a0e0fe0 (diff)
downloadnixlib-c296bf71693b37dec84dea947acd09a89cdd0fc7.tar
nixlib-c296bf71693b37dec84dea947acd09a89cdd0fc7.tar.gz
nixlib-c296bf71693b37dec84dea947acd09a89cdd0fc7.tar.bz2
nixlib-c296bf71693b37dec84dea947acd09a89cdd0fc7.tar.lz
nixlib-c296bf71693b37dec84dea947acd09a89cdd0fc7.tar.xz
nixlib-c296bf71693b37dec84dea947acd09a89cdd0fc7.tar.zst
nixlib-c296bf71693b37dec84dea947acd09a89cdd0fc7.zip
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')
-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 [