Skip to content

Commit 4eaf4b5

Browse files
committed
Fix patches
1 parent bf96421 commit 4eaf4b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

overlays/linux-cross.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ let
5050
(>&2 echo "---> Starting ${interpreter.exeName} on port $PORT")
5151
${qemu}/bin/qemu-${qemuSuffix} ${interpreter.override
5252
({
53-
patches = lib.optional (builtins.compareVersions interpreter.version "9.0" > 0) ./patches/iserv-proxy-keep-cafs.patch
54-
++ lib.optional (builtins.compareVersions interpreter.version "9.0" > 0 && hostPlatform.isAndroid && hostPlatform.isAarch32) ./patches/iserv-proxy-interpreter-9.3-android32.patch
53+
patches = lib.optional (builtins.compareVersions interpreter.version "9.0" > 0 && hostPlatform.isAndroid && hostPlatform.isAarch32) ./patches/iserv-proxy-interpreter-9.3-android32.patch
5554
++ lib.optional (builtins.compareVersions interpreter.version "9.0" > 0 && hostPlatform.isAndroid && hostPlatform.isAarch64) ./patches/iserv-proxy-interpreter-9.3-android.patch
5655
;
5756
} // lib.optionalAttrs hostPlatform.isAndroid {

0 commit comments

Comments
 (0)