androidndk: remove set -x
This was causing output limit exceeded in Hydra: https://hydra.nixos.org/build/75406916
This commit is contained in:
parent
f098e60ecf
commit
673628e10c
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ stdenv.mkDerivation rec {
|
|||
jdk python3 which
|
||||
]) + ":${platformTools}/platform-tools";
|
||||
in ''
|
||||
set -x
|
||||
mkdir -pv $out/libexec
|
||||
mkdir -pv $out/lib64
|
||||
ln -s ${ncurses5.out}/lib/libncursesw.so.5 $out/lib64/libtinfo.so.5
|
||||
|
|
Loading…
Reference in a new issue