Skip to content

Commit c05e751

Browse files
committed
musl fix
1 parent dbbff45 commit c05e751

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/linux-cross.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ let
4949
PORT=$((5000 + $RANDOM % 5000))
5050
(>&2 echo "---> Starting ${interpreter.exeName} on port $PORT")
5151
${qemu}/bin/qemu-${qemuSuffix} ${interpreter.override
52-
({
53-
patches = lib.optional (builtins.compareVersions interpreter.version "9.0" > 0 && hostPlatform.isAndroid && hostPlatform.isAarch32) ./patches/iserv-proxy-interpreter-9.3-android32.patch
54-
++ lib.optional (builtins.compareVersions interpreter.version "9.0" > 0 && hostPlatform.isAndroid && hostPlatform.isAarch64) ./patches/iserv-proxy-interpreter-9.3-android.patch
55-
;
56-
} // lib.optionalAttrs hostPlatform.isAndroid {
52+
(lib.optionalAttrs hostPlatform.isAndroid {
5753
setupBuildFlags = ["--ghc-option=-optl-static" ] ++ lib.optional hostPlatform.isAarch32 "--ghc-option=-optl-no-pie";
5854
enableDebugRTS = true;
5955
})}/bin/${interpreter.exeName} tmp $PORT $ISERV_ARGS &

0 commit comments

Comments
 (0)