Skip to content

Commit

Permalink
androidsdk: fix monitor interpreter path
Browse files Browse the repository at this point in the history
  • Loading branch information
corngood committed Nov 10, 2018
1 parent 4ec41a9 commit c43abff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/mobile/androidenv/androidsdk.nix
Expand Up @@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
# The monitor requires some more patching
cd lib/monitor-x86
patchelf --set-interpreter ${stdenv.cc.libc.out}/lib/ld-linux.so.2 monitor
patchelf --set-interpreter ${stdenv_32bit.cc.libc.out}/lib/ld-linux.so.2 monitor
patchelf --set-rpath ${makeLibraryPath [ libX11 libXext libXrender freetype fontconfig ]} libcairo-swt.so
wrapProgram `pwd`/monitor \
Expand Down

0 comments on commit c43abff

Please sign in to comment.