File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 50
50
(>&2 echo "---> Starting ${ interpreter . exeName } on port $PORT")
51
51
${ qemu } /bin/qemu-${ qemuSuffix } ${ interpreter . override
52
52
( {
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
55
54
++ lib . optional ( builtins . compareVersions interpreter . version "9.0" > 0 && hostPlatform . isAndroid && hostPlatform . isAarch64 ) ./patches/iserv-proxy-interpreter-9.3-android.patch
56
55
;
57
56
} // lib . optionalAttrs hostPlatform . isAndroid {
You can’t perform that action at this time.
0 commit comments