Skip to content

Commit 90094fd

Browse files
committed
Patch only for aarch64
1 parent 0c9b2ac commit 90094fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/linux-cross.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ let
5151
${qemu}/bin/qemu-${qemuSuffix} ${interpreter.override
5252
(lib.optionalAttrs hostPlatform.isAndroid {
5353
setupBuildFlags = ["--ghc-option=-optl-static" ] ++ lib.optional hostPlatform.isAarch32 "--ghc-option=-optl-no-pie";
54-
patches = [ ./patches/iserv-proxy-interpreter-9.3-android.patch ];
54+
patches = lib.optional hostPlatform.isAarch64 ./patches/iserv-proxy-interpreter-9.3-android.patch;
5555
enableDebugRTS = true;
5656
})}/bin/${interpreter.exeName} tmp $PORT $ISERV_ARGS &
5757
(>&2 echo "---| ${interpreter.exeName} should have started on $PORT")

0 commit comments

Comments
 (0)