3
0
Fork 0
forked from mirrors/nixpkgs

androidStudioPackages: prefix PATH rather than replacing

This commit is contained in:
Tad Fisher 2019-05-21 14:10:01 -07:00
parent 650a295621
commit 29a300bff7

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