We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9b2ac commit 90094fdCopy full SHA for 90094fd
overlays/linux-cross.nix
@@ -51,7 +51,7 @@ let
51
${qemu}/bin/qemu-${qemuSuffix} ${interpreter.override
52
(lib.optionalAttrs hostPlatform.isAndroid {
53
setupBuildFlags = ["--ghc-option=-optl-static" ] ++ lib.optional hostPlatform.isAarch32 "--ghc-option=-optl-no-pie";
54
- patches = [ ./patches/iserv-proxy-interpreter-9.3-android.patch ];
+ patches = lib.optional hostPlatform.isAarch64 ./patches/iserv-proxy-interpreter-9.3-android.patch;
55
enableDebugRTS = true;
56
})}/bin/${interpreter.exeName} tmp $PORT $ISERV_ARGS &
57
(>&2 echo "---| ${interpreter.exeName} should have started on $PORT")
0 commit comments