Skip to content

Commit a32706c

Browse files
committed
Test fixes
1 parent ac4faa9 commit a32706c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/gi-gtk/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ in recurseIntoAttrs rec {
2323
|| stdenv.hostPlatform.isMusl
2424
# Older versions of GHC fail for aarch64 with
2525
# error: incompatible pointer to integer conversion assigning to 'ffi_arg' (aka 'unsigned long') from 'HsPtr' (aka 'void *') [-Wint-conversion]
26-
|| builtins.elem compiler-nix-name ["ghc8107" "ghc902" "ghc928" "ghc948"] && stdenv.hostPlatform.isAarch64;
26+
|| builtins.elem compiler-nix-name ["ghc8107" "ghc902" "ghc928" "ghc948"] && stdenv.hostPlatform.isAarch64
27+
# Cross compilation to aarch64 is also broken
28+
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64;
2729

2830
ifdInputs = {
2931
inherit (project) plan-nix;

0 commit comments

Comments
 (0)