Skip to content

Commit a9035e4

Browse files
committed
Fix 32bit patch
1 parent 22dae4d commit a9035e4

File tree

2 files changed

+379
-250
lines changed

2 files changed

+379
-250
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)