Skip to content

Commit 22dae4d

Browse files
committed
Disable linux cross patch for now.
1 parent 2dfd858 commit 22dae4d

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
({
5353
patches = [ ./patches/iserv-proxy-keep-cafs.patch ]
54-
++ lib.optional (hostPlatform.isAndroid && hostPlatform.isAarch32) ./patches/iserv-proxy-interpreter-9.3-android32.patch
54+
# ++ lib.optional (hostPlatform.isAndroid && hostPlatform.isAarch32) ./patches/iserv-proxy-interpreter-9.3-android32.patch
5555
++ lib.optional (hostPlatform.isAndroid && hostPlatform.isAarch64) ./patches/iserv-proxy-interpreter-9.3-android.patch
5656
;
5757
} // lib.optionalAttrs hostPlatform.isAndroid {

0 commit comments

Comments
 (0)