3
0
Fork 0
forked from mirrors/nixpkgs

androidsdk: remove obsolete workaround

This commit is contained in:
Sander van der Burg 2014-09-02 19:19:03 +02:00
parent 800beea5f9
commit 7b7fd5044f

View file

@ -48,9 +48,6 @@ stdenv.mkDerivation rec {
done
''}
# Patch the path to the executable so that it can find sdkmanager.jar file
#sed -i -e 's|frameworkdir="\$progdir"|'"frameworkdir=$(echo $out/libexec/android-sdk-*/tools/lib)|" android
# The android script used SWT and wants to dynamically load some GTK+ stuff.
# The following wrapper ensures that they can be found:
wrapProgram `pwd`/android \