about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2022-07-15 17:27:18 +0000
committerGitHub <noreply@github.com>2022-07-15 17:27:18 +0000
commitb4093a24a868708c06d93e9edf13de0b3228b9c7 (patch)
tree9690ec8e40b27fd7ad7dfe3cb7b70eef36967514 /pkgs/applications/editors/android-studio
parent0ed9e9e2b34738714e30f3de406c0c26cc81990c (diff)
parent0e3b22768dd80530401af2757a1bd9e0b6a4612b (diff)
Merge pull request #175119 from alapshin/android-studio-cli
Android Studio: allow to pass shell arguments
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 25dffad43bb98..bc74edf5261d8 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -196,7 +196,7 @@ in runCommand
   {
     startScript = ''
       #!${bash}/bin/bash
-      ${fhsEnv}/bin/${drvName}-fhs-env ${androidStudio}/bin/studio.sh
+      ${fhsEnv}/bin/${drvName}-fhs-env ${androidStudio}/bin/studio.sh "$@"
     '';
     preferLocalBuild = true;
     allowSubstitutes = false;