Merge pull request #61839 from tadfisher/android-studio

androidStudioPackages: prefix PATH rather than replacing
This commit is contained in:
Michael Weiss 2019-05-27 22:17:53 +02:00 committed by GitHub
commit ef7d4d306f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ let
cp -r . $out
wrapProgram $out/bin/studio.sh \
--set ANDROID_EMULATOR_USE_SYSTEM_LIBS 1 \
--set PATH "${stdenv.lib.makeBinPath [
--prefix PATH : "${stdenv.lib.makeBinPath [
# Checked in studio.sh
coreutils