forked from mirrors/nixpkgs
androidsdk: remove obsolete workaround
This commit is contained in:
parent
800beea5f9
commit
7b7fd5044f
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue